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.
Code
Specify the desired user_identity_id
.
await seam.userIdentities.delete({
user_identity_id: "44d48b20-0dbe-419d-91ca-ab8bceecd135",
});
Output
// void
Request Parameters
user_identity_id
String (Required)
ID of the desired user identity.
Response
void
Examples
Last updated
Was this helpful?