DELETE api/Managers

/api/Managers

Удаление управляющего

Request Information

Parameters

NameDescriptionAdditional information
data

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "params": {
    "sample string 1": {},
    "sample string 3": {},
    "sample string 5": {}
  }
}

Response Information

Response body formats

text/javascript, application/javascript, application/json-p

Sample:
({"errorCode":1,"errorMessage":"sample string 2","outParams":{"sample string 1":{},"sample string 3":{},"sample string 5":{}}});

application/json, text/json

Sample:
{
  "errorCode": 1,
  "errorMessage": "sample string 2",
  "outParams": {
    "sample string 1": {},
    "sample string 3": {},
    "sample string 5": {}
  }
}