Pterodactyl API v1
Nodes

Delete node

Deletes the specified node

DELETE/api/application/nodes/{node}

Authorization

ApplicationToken
AuthorizationBearer <token>

Application API key (generated at /admin/api)

In: header

Path Parameters

node*integer

Node ID

Response Body

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