Delete User
DELETE/Users/{id}
Permanently removes a user from the organization.
Path Parameters
The unique identifier of the user.
Error Responses
Missing or invalid Authorization header.
SCIM provisioning not enabled or insufficient permissions.
User not found.
Request
curl -X DELETE "https://{your-domain}/api/scim/v2/Users/{id}" -H "Authorization: Basic <access_token>" -H "Content-Type: application/json"Response: 204