await seam.userIdentities.delete({
user_identity_id: "7ad2566e-6fd8-466d-b8e4-c10a14a74fd3",
});
/*
// void
*/{
"ok": true
}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.
POST
/
user_identities
/
delete
await seam.userIdentities.delete({
user_identity_id: "7ad2566e-6fd8-466d-b8e4-c10a14a74fd3",
});
/*
// void
*/{
"ok": true
}Authorizations
api_keypat_with_workspaceconsole_session_with_workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the user identity that you want to delete.
Response
OK

