Gateway Delete Gateway

Gateway Delete Gateway

Delete a gateway by id.

Privileges required:

DELETE GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/gateway/deleteGateway
COPY
Request Body
{
    "id": 0
}
integer
id
Required

id

Responses
200

Request was successfully processed

Returns gateway_delete_gateway_result of type(s) application/json
This response body class contains all of the following: Inlinegateway_delete_gateway_result0
{
    "id": 123,
    "rows": 1
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"id:"integer"}' https://{api_host}/portal/rest/gateway/deleteGateway