githubEdit

Delete a User Identity

Deletes a specified user identityarrow-up-right. To delete a user identity, you must first delete any credentialsarrow-up-right and enrollment automationsarrow-up-right associated with the user identity. You must also deactivate any associated phones.

POST /user_identities/delete β‡’ void
chevron-rightAuthentication Methodshashtag
  • API key

  • Personal access token Must also include the seam-workspace header in the request.

To learn more, see Authenticationarrow-up-right.

Request Parameters

user_identity_id String (Required)

ID of the desired user identity.


Response

void


Examples

Delete a user identity

Specify the desired user_identity_id.

Code

Output

Last updated

Was this helpful?