SCIM API for User Deletion
a month ago

SCIM API for User Deletion

Use the SCIM API to delete a user.

Authentication

Authorization: Bearer <Client Secret>

Use the copied Client Secret key as the Authorization key value.

Request Requirements

Method Request URLResponse Content TypeResponse Codes
DELETE

<Base URI>/Users/id

application/scim+json

204, 404, 405, 500

Example Request Data

DELETE <Base URI>/"<id>"

Authorization: Bearer 29da0602f6db1ed033aa91d644ce4d70bdf3ab58

Content-Type: application/scim+json

Response Codes

The following table shows response codes for this API.

CodeDescription
204No Content
404

Not Found

405

Method Not Allowed (for Local identity source types).

500

Internal Server Error

Error message example:

  • Unable to delete user due to unexpected error.