POST api/Keep/GateDelete
Request Information
URI Parameters
None.
Body Parameters
GateDeleteRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GateId | integer |
None. |
|
| ClusterId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"GateId": 1,
"ClusterId": 2
}
Response Information
Resource Description
GateDeleteResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Result": "sample string 2"
}