Delete a subject by ID
delete
/api/studies/{studyId}/subjects/{subjectId}
Deletes a subject and all devices associated with the subject.
Request
Path Parameters
-
studyId: string
Study identifier.
-
subjectId: string
Subject ID.
There's no request body for this operation.
Back to TopResponse
202 Response
Successful operation.
404 Response
Invalid study or subject identifier.