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
The unique identifier of the study block you want to delete.
Response
Returns204 No Content on success. The response body is empty.
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.