Request
Parameters
string
required
The unique ID of the time-off request to delete.
Documentation Index
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"
}
}
