githubEdit

Delete a User Identity

Deletes a specified user identity. This deletes the user identity and all associated resources, including any credentialsarrow-up-right, acs usersarrow-up-right and client sessionsarrow-up-right.

Deletes a specified user identity.

Code:

await seam.userIdentities.delete({
  user_identity_id: "7ad2566e-6fd8-466d-b8e4-c10a14a74fd3",
});

Output:

// void
chevron-rightAuthentication Methodshashtag
  • API key

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

To learn more, see Authenticationarrow-up-right.

Request Parameters

user_identity_id String (Required)

ID of the user identity that you want to delete.


Response

circle-check

Last updated

Was this helpful?