Gateway Pool Remove Gateway Pool Gateway
Remove one or more gateways from a gateway pool
Privileges required:
DELETE
GATEWAY
Request
URI
POST
https://{api_host}/portal/rest/gatewayPool/removeGatewayPoolGateway
COPY
Request Body
{
"gatewayPoolId": 0,
"gatewayId": 0
}
integer
gatewayPoolId
Required
gatewayPoolId
integer
gatewayId
Required
gatewayId
Responses
200
Request was successfully processed
Returns
gateway_pool_remove_gateway_pool_gateway_result
of type(s)
application/json
This response body class contains all of the following:
Inlinegateway_pool_remove_gateway_pool_gateway_result0
{
"rows": 1
}
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"gatewayPoolId:"integer","gatewayId:"integer"}' https://{api_host}/portal/rest/gatewayPool/removeGatewayPoolGateway