Pterodactyl API v1
Users

Delete user

Deletes the specified user

DELETE/api/application/users/{user}

Authorization

ApplicationToken
AuthorizationBearer <token>

Application API key (generated at /admin/api)

In: header

Path Parameters

user*integer

User ID

Response Body

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