POST api/v1/admin/AdminUser/Remove
删除后台用户
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userIds | 用户ID |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ 1, 2, 3 ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"status": 0,
"friendlyMessage": "sample string 1",
"message": "sample string 2",
"requestId": "7ee64008488746eeac5191bbfb157311",
"appOwnerId": 0
}