POST /networks/{id}/actions/delete_route
Delete a route entry from a Network.
If a change is currently being performed on this Network, a error response with code conflict
will be returned.
Servers
- https://api.hetzner.cloud/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
id |
Integer | Yes |
ID of the Network. |
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
gateway |
String | Yes |
Gateway of the route. Packages addressed for the specified destination will be send to this IP address. Cannot be
|
destination |
String | Yes |
Destination network or host of the route. Packages addressed for IPs matching the destination IP prefix will be send to the specified gateway. Must be one of
Must not overlap with
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.