Delete Nat Rule
Deletes a specific NAT Rule configuration of the Provider Gateway based on the rule ID passed in.
Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/nat/rules/{ruleId}
COPY
Path Parameters
string
externalNetworkId
Required
externalNetworkId
string
ruleId
Required
ruleId
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/externalNetworks/{externalNetworkId}/providerGatewayServices/nat/rules/{ruleId}
Availability
Added in 38.1
Provider Gateway Nat Rules Operations
GET
Get Nat Rules
POST
Create Nat Rule
GET
Get Nat Rule
PUT
Update Nat Rule
DELETE
Delete Nat Rule
GET
Get Nat Logs