curl --request DELETE \
--url https://api.example.com/api/servers/:servercurl --request DELETE \
--url https://api.example.com/api/servers/:serverDeletes a server from the Wings instance, including its environment, files, and all associated resources.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/pterodactyl/wings/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header:
Authorization: Bearer <token>
204 No Content on successful deletion.
TransferStatusEvent is published with completed statuscurl -X DELETE https://wings.example.com/api/servers/8d3f9a2e-5c7b-4f1e-9d2a-6e8f1c3b5a7d \
-H "Authorization: Bearer your-wings-token" \
-H "Accept: application/json"
HTTP/1.1 204 No Content
deleted event - Notifies clients the server is being deletedtransfer status event (if server is transferring) - Indicates transfer completionrouter/router_server.go:192