curl -X DELETE "https://panel.example.com/api/admin/nodes/node-uuid" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": {
"success": true,
"message": "Node deleted successfully"
}
}
Delete a Wings node
curl -X DELETE "https://panel.example.com/api/admin/nodes/node-uuid" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": {
"success": true,
"message": "Node 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.
nodes:write permission.
curl -X DELETE "https://panel.example.com/api/admin/nodes/node-uuid" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
{
"data": {
"success": true,
"message": "Node deleted successfully"
}
}