curl -X DELETE "https://panel.example.com/api/admin/users/user-uuid" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Accept: application/json"
{ "data": { "success": true, "message": "User deleted successfully", "userId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" } }
Delete a user account
Documentation IndexFetch the complete documentation index at: https://mintlify.com/xyrapanel/panel/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://mintlify.com/xyrapanel/panel/llms.txt
Use this file to discover all available pages before exploring further.
users:write
Show Success Object