---
title: "Delete a schedule block"
method: DELETE
path: "/api/schedule_blocks/{id}"
tags: ["Clinical"]
---

# Delete a schedule block

`DELETE /api/schedule_blocks/{id}`

Delete an existing schedule block. This will remove the block from the provider's calendar and allow appointments to be scheduled during that time period again.

## Path parameters

- `id` string, required

## Response `204`

No Content - Schedule block successfully deleted

## Other responses

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

---

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