DELETE
/
servers
/
{server}
/
network
/
allocations
/
{allocation}
Delete allocation
curl --request DELETE \
  --url https://dashboard.gratian.pro/api/client/servers/{server}/network/allocations/{allocation} \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

server
string
required

The server UUID

allocation
integer
required

The allocation ID

Response

204
application/json

No content

The response is of type string[].