---
title: "Delete a practitioner appointment restriction"
method: DELETE
path: "/shop/practitioners/{practitionerId}/appointment-restrictions/{appointmentRestrictionId}"
tags: ["Practitioners"]
---

# Delete a practitioner appointment restriction

`DELETE /shop/practitioners/{practitionerId}/appointment-restrictions/{appointmentRestrictionId}`

Removes a `PractitionerAppointmentRestriction` from a
practitioner. Future availability checks no longer apply the
rule; existing bookings are unaffected.

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

## Response `204`

Appointment restriction 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)
