Skip to main content

Delete User

DELETE/Users/{id}

Permanently removes a user from the organization.

Path Parameters
idstringrequired
The unique identifier of the user.
Error Responses
401
Missing or invalid Authorization header.
403
SCIM provisioning not enabled or insufficient permissions.
404
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