Skip to content

Delete a SAML identity

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

Deletes a specified SAML 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