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

# Delete Break Policy

`DELETE /api/v1/time-tracking/break-policies/{id}`

Deletes a break policy by its UUID. Associated breaks and employee assignments are also removed.

OAuth Scopes: time_tracking:breaks.write

## Path parameters

- `id` string, uuid, required

## Response `204`

Break policy deleted successfully

## Other responses

- `400` — Invalid uuid format
- `403` — Forbidden
- `404` — Break policy 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)
