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