Pterodactyl API v1
Locations

Delete location

Deletes the specified location

DELETE/api/application/locations/{location}

Authorization

ApplicationToken
AuthorizationBearer <token>

Application API key (generated at /admin/api)

In: header

Path Parameters

location*integer

Location ID

Response Body

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