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

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

  • the first IP of the networks ip_range,
  • an IP behind a vSwitch or
  • 172.31.1.1.

172.31.1.1 is being used as a gateway for the public network interface of Servers.

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

  • private IPv4 ranges of RFC1918
  • or 0.0.0.0/0.

Must not overlap with

  • an existing ip_range in any subnets
  • or with any destinations in other routes
  • or with 172.31.1.1.

172.31.1.1 is being used as a gateway for the public network interface of Servers.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.