Pterodactyl API v1
Subusers

Delete user

Removes the specified user from the server

DELETE/api/client/servers/{server}/users/{subuser}

Authorization

ClientToken
AuthorizationBearer <token>

Client API key (generated at /account/api)

In: header

Path Parameters

server*string

Server identifier (short 8-character ID)

subuser*string

Subuser UUID

Response Body

curl -X DELETE "https://pterodactyl.file.properties/api/client/servers/1a7ce997/users/60a7aec3-e17d-4aa9-abb3-56d944d204b4" \  -H "Authorization: Bearer ptlc_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \  -H "Accept: application/json"
Empty