Delete Static Route
Deletes a specific static route of an Edge Gateway.
Request
URI
DELETE
https://{api_host}/cloudapi/2.0.0/edgeGateways/{gatewayId}/routing/staticRoutes/{routeId}
COPY
Path Parameters
string
gatewayId
Required
gatewayId
string
routeId
Required
routeId
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/2.0.0/edgeGateways/{gatewayId}/routing/staticRoutes/{routeId}
Availability
Added in 38.1
Edge Gateway Static Routes Version2 Operations
GET
Get Static Routes
POST
Create Static Route
GET
Get Static Route
PUT
Update Static Route
DELETE
Delete Static Route