Delete a User Identity

Deletes a specified user identity. To delete a user identity, you must first delete any credentials and enrollment automations associated with the user identity. You must also deactivate any associated phones.

POST /user_identities/delete β‡’ void
Authentication Methods
  • API key

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

To learn more, see Authentication.

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

await seam.userIdentities.delete({
  user_identity_id: "44d48b20-0dbe-419d-91ca-ab8bceecd135",
});

Output

// void

Last updated

Was this helpful?

Revision created

ci: Generate docs