POST api/Atlas/GateDelete

Request Information

URI Parameters

None.

Body Parameters

GateDeleteRequestModel
NameDescriptionTypeAdditional information
KeepId

integer

None.

ClusterId

integer

None.

GateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "KeepId": 1,
  "ClusterId": 2,
  "GateId": 3
}

Response Information

Resource Description

GateDeleteResponseModel
NameDescriptionTypeAdditional information
Result

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": "sample string 1",
  "Success": true
}