Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a status
/backend/status/{id}
curl -X DELETE "https://api.leavo.ai/backend/status/status-uuid" \ -H "Authorization: Bearer your_api_key_here"
const response = await fetch('https://api.leavo.ai/backend/status/status-uuid', { method: 'DELETE', headers: { 'Authorization': 'Bearer your_api_key_here' } });
HTTP 204 No Content