POST api/v1/admin/AdminUser/Remove

删除后台用户

Request Information

Parameters

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