👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request DELETE \ --url https://{instance}.omniapp.co/api/scim/v2/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "error": "<response_code>", "message": "<error_reason>" }
Delete a user (SCIM 2.0)
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Authorization
Bearer ORGANIZATION_API_KEY
User ID
User deleted successfully
Was this page helpful?