DELETE v1/bunits/{bunitId}/users/{userId}?anonymize={anonymize}
Deletes a user resource.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit to whom the user belongs. | integer |
Required |
userId |
The ID of the user to delete | integer |
Required |
anonymize |
Anonymizing user will set email, name and phone to empty strings to prevent future identification of the person | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
None.