Skip to main content
Use DELETE /v1/blocks/:id to permanently remove a study block from your schedule. Deleting a block only removes that single occurrence — it does not modify the subject or its weekly slot configuration.

Endpoint

Path Parameters

string
required
The unique identifier of the study block you want to delete.

Response

Returns 204 No Content on success. The response body is empty.
Deleting a block is permanent and cannot be undone. The block will no longer appear in your schedule or statistics. Deleting a block does not affect the subject it belonged to — only this specific occurrence is removed.

Examples

A 204 response has no body. Check the HTTP status code directly to confirm the deletion was successful rather than attempting to parse a response body.