APINetwork management

Delete allocation

Removes a network allocation from the server (cannot delete primary allocation)

Removes a network allocation from the server (cannot delete primary allocation)

DELETE
/api/client/servers/{server}/network/allocations/{allocation}

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your API token in the format: Bearer {token}

In: header

Path Parameters

server*string

Server UUID

Formatuuid
allocation*integer

Allocation ID

Response Body

application/json

curl -X DELETE "https://example.com/api/client/servers/497f6eca-6276-4993-bfeb-53cbbbba6f08/network/allocations/0"
Empty
{
  "errors": [
    {
      "code": "string",
      "status": "string",
      "detail": "string"
    }
  ]
}
Empty
Empty
Empty