curl -X DELETE "https://panel.example.com/api/admin/servers/a1b2c3d4" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": {
"success": true,
"message": "Server deleted successfully"
}
}
Delete a server from both Wings and the panel
curl -X DELETE "https://panel.example.com/api/admin/servers/a1b2c3d4" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": {
"success": true,
"message": "Server deleted successfully"
}
}
Documentation Index
Fetch the complete documentation index at: https://mintlify.com/xyrapanel/panel/llms.txt
Use this file to discover all available pages before exploring further.
servers:write permission.
curl -X DELETE "https://panel.example.com/api/admin/servers/a1b2c3d4" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": {
"success": true,
"message": "Server deleted successfully"
}
}
force was not specifiedforce=true)force=true to delete from the panel