DELETE /v1/subjects/:id to permanently remove a subject and all study blocks associated with it. This is a destructive action — all past and future blocks for this subject will be deleted along with the subject profile itself.
Endpoint
Path Parameters
The unique identifier of the subject 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 to confirm the deletion was successful rather than attempting to parse a response body.