await seam.userIdentities.delete({
user_identity_id: "7ad2566e-6fd8-466d-b8e4-c10a14a74fd3",
});
/*
// void
*/
{}User Identities
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.
DELETE
/
user_identities
/
delete
await seam.userIdentities.delete({
user_identity_id: "7ad2566e-6fd8-466d-b8e4-c10a14a74fd3",
});
/*
// void
*/
{}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
ID of the user identity that you want to delete.
Response
OK
The response is of type object.
Was this page helpful?