cURL
curl --request DELETE \ --url https://dashboard.gratian.pro/api/client/servers/{server}/network/allocations/{allocation} \ --header 'Authorization: Bearer <token>'
[ "<string>" ]
Delete an allocation from a server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
The allocation ID
No content
The response is of type string[].
string[]