---
title: "Delete Hour"
method: DELETE
path: "/hours/{id}"
tags: ["hours"]
---

# Delete Hour

`DELETE /hours/{id}`

Delete a specifific availability record.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `mock` boolean

## Response `200`

Returns the UUID of deleted resource

- object
  - `data` object — The data object
    - `id` string, uuid

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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