Delete a User Identity
Delete a specified user identity
Deletes a specified user identity. To delete a user identity, you must first delete any ACS credentials and enrollment automations associated with the user identity. You must also deactivate any associated phones.
/user_identities/delete
POSThttps://connect.getseam.com/user_identities/delete
Authorization
Body
user_identity_id*string (uuid)
Response
OK
Body
ok*boolean
Request
Response
Request
Specify the desired user identity by including the corresponding user_identity_id
in the request body.
Request Body Parameters
Parameter | Type | Description |
---|---|---|
| String Required | ID of the desired user identity |
Sample Request
Response
Returns a Boolean ok
status indicator.
Sample Response
Last updated