Delete a User Identity
Deletes a specified user identity. This deletes the user identity and all associated resources, including any credentials, acs users and client sessions.
Deletes a specified user identity.
Code
await seam.userIdentities.delete({
user_identity_id: "7ad2566e-6fd8-466d-b8e4-c10a14a74fd3",
});
Output
// void
Request Parameters
user_identity_id
String (Required)
ID of the user identity that you want to delete.
Response
void
Last updated
Was this helpful?