---
title: "Delete Time Off"
method: DELETE
path: "/v2/time_off/{time_off_id}"
tags: ["Time Off"]
---

# Delete Time Off

`DELETE /v2/time_off/{time_off_id}`

## Path parameters

- `time_off_id` integer, required

## Headers

- `x-api-version` string — An API version
- `x-company-guid` string, uuid

## Response `204`

timeoff deleted successfully

## Other responses

- `400` — timeoff could not be deleted
- `403` — Insufficient permissions to delete time off

---

[API](https://skmtc.net/7shifts/apis/7shifts-api.md) · [All operations](https://skmtc.net/7shifts/apis/7shifts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/7shifts/7shifts-api/revisions/96a02ef888ab/schema)
