Delete Delete User

Delete Delete User

The user id is a unique internal identifier and can be retrieved using the search API /scim/Users?filter=...

Request
URI
DELETE
https://{api_host}//SAAS/jersey/manager/api/scim/Users/{id}
COPY
Path Parameters
string
id
Required

the id of the user to delete

id example
d24afa39-05a1-433f-8aa9-ad41c9a3d394

Authentication
This operation uses the following authentication methods.
Responses
404

The specified user does not exist

Operation doesn't return any data structure

500

An unexpected error occurred

Operation doesn't return any data structure