Pterodactyl API v1
Allocations

Delete allocation

Deletes the specified allocation

DELETE/api/application/nodes/{node}/allocations/{allocation}

Authorization

ApplicationToken
AuthorizationBearer <token>

Application API key (generated at /admin/api)

In: header

Path Parameters

node*integer

Node ID

allocation*integer

Allocation ID

Response Body

curl -X DELETE "https://pterodactyl.file.properties/api/application/nodes/1/allocations/1" \  -H "Authorization: Bearer ptla_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty