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
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 user identity that you want to delete.


Response

void

Last updated

Was this helpful?