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": "d657a4d22f8942b58338c92966c01a6c",
  "appOwnerId": 0
}