---
title: "Delete Break"
method: DELETE
path: "/api/v1/time-tracking/breaks/{id}"
tags: ["Meal & Rest Breaks", "Public API"]
---

# Delete Break

`DELETE /api/v1/time-tracking/breaks/{id}`

Deletes a time tracking break by its UUID. The break is soft-deleted and removed from any break policies it was associated with.

OAuth Scopes: time_tracking:breaks.write

## Path parameters

- `id` string, uuid, required

## Response `204`

Break deleted successfully

## Other responses

- `400` — Invalid ID format
- `403` — Forbidden
- `404` — Break not found
- `500` — Internal server error

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/versions/19ebf391a399/schema)
