---
title: "Delete a bookable area"
method: DELETE
path: "/shop/bookable-areas/{bookableAreaId}"
tags: ["BookableAreas"]
---

# Delete a bookable area

`DELETE /shop/bookable-areas/{bookableAreaId}`

Soft-deletes the bookable area. Existing area bookings are
unaffected, but the area is removed from new-booking allocations
and disassociated from any `AreaBookingType` it was attached to.

Requires the `SETTINGS_MANAGE` permission on the area's site.

## Response `204`

Bookable area deleted successfully.

## Other responses

- `401` — The user is unauthenticated
- `403` — The authenticated user does not have permission.
- `404` — The resource couldn't be found

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
