Skip to content

Delete a SCIM identity

DELETE
/api/v4/groups/{id}/scim/{uid}

Deletes a specified SCIM identity.

id
required
string

The ID of a group

uid
required
string

Current external UID of the user

No Content

Media type application/json
object
extern_uid
string
user_id
string
active
string
Example generated
{
"extern_uid": "example",
"user_id": "example",
"active": "example"
}

Bad Request

Not Found