---
title: "Cancel an existing time off request"
method: DELETE
path: "/timeoff/employees/{id}/requests/{requestId}"
tags: ["Time off requests"]
---

# Cancel an existing time off request

`DELETE /timeoff/employees/{id}/requests/{requestId}`

Cancels an existing time off request.<br /> <br /> **Permissions required**: Please refer to the main <a href="https://apidocs.hibob.com/reference/time-off#required-permissions">Time off API Required Permissions</a> page.

## Path parameters

- `id` string, required
- `requestId` integer, required

## Response `200`

Successfully canceled

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
