---
title: "Delete a block"
method: DELETE
path: "/blocks/{blockId}"
tags: ["Blocks"]
---

# Delete a block

`DELETE /blocks/{blockId}`

## Path parameters

- `blockId` string, required — Opaque block identifier.

## Response `204`

Block deleted

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Block not found
- `409` — Project is suspended
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/deepnote/apis/deepnote-public-api.md) · [All operations](https://skmtc.net/deepnote/apis/deepnote-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deepnote/deepnote-public-api/revisions/726970fd2992/schema)
