Pterodactyl API v1
Servers

Force delete server

Forcefully deletes the specified server

DELETE/api/application/servers/{id}/force

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}/force" \  -H "Authorization: Bearer ptla_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty