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

post

Deletes a specified user identity. This deletes the user identity and all associated resources, including any credentials, acs users and client sessions.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_idstring Β· uuidRequired

ID of the user identity that you want to delete.

Responses
200

OK

application/json
post
/user_identities/delete

Request

Specify the desired user identity by including the corresponding user_identity_id in the request body.

Request Body Parameters

Parameter
Type
Description

user_identity_id

String Required

ID of the desired user identity

Sample Request

Response

Returns a Boolean ok status indicator.

Sample Response

Last updated

Was this helpful?