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 time-off request
curl -X DELETE "https://api.series.hr/time-off/delete/req-12345" \ -H "apikey: YOUR_API_KEY"
{ "success": true, "data": { "message": "Time-off request successfully deleted", "RequestId": "req-12345" } }