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