---
title: "Delete a time off request"
method: DELETE
path: "/v1/time_off/requests/{time_off_request_uuid}"
tags: ["Time Off Requests"]
---

# Delete a time off request

`DELETE /v1/time_off/requests/{time_off_request_uuid}`

Delete a time off request

scope: `time_off_requests:write`

## Path parameters

- `time_off_request_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `204`

no content

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity This may happen when the body of your request contains errors such as `invalid_attribute_value`, or the request fails due to an `invalid_operation`. See the [Errors Categories](https://docs.gusto.com/embedded-payroll/docs/error-categories) guide for more details.

---

[API](https://skmtc.dev/gusto/apis/gusto-api.md) · [All operations](https://skmtc.dev/gusto/apis/gusto-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gusto/gusto-api/revisions/826dfa57fb3b/schema)
