Enterprise Delete Enterprise Gateway Records

Enterprise Delete Enterprise Gateway Records

Deletes the enterprise gateway BGP neighbor record(s) matching the specified gateway id(s) (gatewayId) and neighbor IP addresses (neighborIp).

Privileges required:

DELETE NETWORK_SERVICE

Request
URI
POST
https://{api_host}/portal/rest/enterprise/deleteEnterpriseGatewayRecords
COPY
Request Body
{
    "records": [
        {
            "gatewayId": 0,
            "neighborIp": "string"
        }
    ]
}
Responses
200

Request was successfully processed

Returns enterprise_delete_enterprise_gateway_records_result of type(s) application/json
This response body class contains all of the following: Inlineenterprise_delete_enterprise_gateway_records_result0
"enterprise_delete_enterprise_gateway_records_result Object"

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 '{}' https://{api_host}/portal/rest/enterprise/deleteEnterpriseGatewayRecords