POST api/Keep/GateDelete

Request Information

URI Parameters

None.

Body Parameters

GateDeleteRequestModel
NameDescriptionTypeAdditional information
GateId

integer

None.

ClusterId

integer

None.

Request Formats

application/json, text/json

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

Response Information

Resource Description

GateDeleteResponseModel
NameDescriptionTypeAdditional information
Success

boolean

None.

Result

string

None.

Response Formats

application/json, text/json

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