Delete Identity on the Beta API showing a 500

When I try to Delete the Identity thru the Beta API I get a 500?
I pull the Identity up fine with a GET Command 200 ?
Why the 500? It wont allow me to delete in the tenant either?


Try to use the url given below

{{baseUrl}}/beta/identities/:id

If this works, then while using beta api, add “/beta” on baseUrl in your postman’s environment configuration.

Also, use “/v3” when using v3 api’s.

Thanks!

1 Like

Thanks but that was a no go.

Hi @TJ21

1.Ensure that your endpoint is valid and is formatted in a perfect way
2.Make sure your access token has the privilege to perform the delete operation of the identity.(Check the scope of the access token).
3.Ensure the headers and params of the api request is valid

If all the api request configs are perfect then i guess it should have to be some error on the server side.

Regards

1 Like

Is the identity the owner of any objects in your tenant, like sources, roles, access profiles, etc.? I believe that could be a reason why the delete isn’t working.

Thanks Colin this was resolved already.

Glad to hear it. How did you resolve it?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.