Skip to main content

Delete user by ID

DELETE 
/scim/v2/Users/:id

Initiates deletion of a user account by their encrypted account ID.

Required Permissions: deleteSCIMUser

The deletion process can take up to 30 minutes to complete.

The user is automatically removed from any employer organizations.

Request

Path Parameters

    id stringrequired

    Encrypted account key of the user to delete.

Responses

User deletion initiated successfully

Loading...

Was this page helpful?