---
title: "Delete a blocked-time preset"
method: DELETE
path: "/shop/blocked-time-presets/{blockedTimePresetId}"
tags: ["BlockedTimePresets"]
---

# Delete a blocked-time preset

`DELETE /shop/blocked-time-presets/{blockedTimePresetId}`

Soft-deletes the preset. Already-created `BlockedTime`s are
unaffected — deleting a preset only removes it from the picker
UI. Use `POST /shop/blocked-time-presets/{blockedTimePresetId}/restore`
to bring it back.

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

## Response `204`

The preset was 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)
