Pterodactyl API v1
Servers

Delete server

Deletes the specified server

DELETE/api/application/servers/{id}

Authorization

ApplicationToken
AuthorizationBearer <token>

Application API key (generated at /admin/api)

In: header

Response Body

curl -X DELETE "https://pterodactyl.file.properties/api/application/servers/{id}" \  -H "Authorization: Bearer ptla_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty