curl --location --request POST 'https://api.hetzner.cloud/v1/networks//actions/delete_route' \
--header 'Content-Type: application/json' \
--data-raw '{
"destination": "10.100.1.0/24",
"gateway": "10.0.1.1"
}'
{
"action": {
"command": "delete_route",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": null,
"id": 13,
"progress": 0,
"resources": [
{
"id": 4711,
"type": "network"
}
],
"started": "2016-01-30T23:50:00.000Z",
"status": "running"
}
}