---
title: "Deletes a time booking"
method: DELETE
path: "/time_bookings/{id}.json"
tags: ["Time bookings"]
---

# Deletes a time booking

`DELETE /time_bookings/{id}.json`

## Path parameters

- `id` string, required

## Response `204`

time booking deleted

## Other responses

- `401` — missing or wrong api key
- `403` — insufficient permissions
- `404` — nothing found

---

[API](https://skmtc.dev/hicknhack-software/apis/hourglass-api.md) · [All operations](https://skmtc.dev/hicknhack-software/apis/hourglass-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hicknhack-software/hourglass-api/revisions/42cc6d20ab5d/schema)
