👋 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/embed/users/{userId} \ --header 'Authorization: Bearer <token>'
{ "error": "<response_code>", "message": "<error_reason>" }
Delete an embedded user (SCIM 2.0)
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Embedded user ID
Embedded user deleted successfully
Was this page helpful?