Network Delete Network Gateway Pool

Network Delete Network Gateway Pool

Deletes the specified gateway pool (by id).

Privileges required:

DELETE GATEWAY

Request
URI
POST
https://{api_host}/portal/rest/network/deleteNetworkGatewayPool
COPY
Request Body

Show optional properties

{
    "id": 0
}
{
    "networkId": 0,
    "enterpriseProxyId": 0,
    "id": 0,
    "gatewayPoolId": 0
}
integer
networkId
Optional

networkId

integer
enterpriseProxyId
Optional

enterpriseProxyId

integer
id
Required

alias for gatewayPoolId

integer
gatewayPoolId
Optional

gatewayPoolId

Responses
200

Request was successfully processed

Returns network_delete_network_gateway_pool_result of type(s) application/json
This response body class contains all of the following: Inlinenetwork_delete_network_gateway_pool_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/network/deleteNetworkGatewayPool