DELETE api/Users/{id}?inheritUserId={inheritUserId}
Deletes a user and transfers content to a another user.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
The id of the user to delete |
integer |
Required |
| inheritUserId |
The id of the user that will inherit the content of the deleted user |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
None.
