POST api_v2/AccountUsers/Delete
Удалить пользователя
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
model | Модель для удаления пользователя |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <AccountUserID>7b27a808-ddee-47dc-963d-1aae68c55735</AccountUserID> </Request>
application/json, text/json
Sample:
{ "AccountUserID": "7b27a808-ddee-47dc-963d-1aae68c55735" }
Response Information
Результат удаления
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}