Delete a subject's eSource virtual device
delete
/api/studies/{studyId}/subjects/{subjectId}/devices/{deviceId}
Deletes an eSource virtual device associated with a subject by device ID. Calling this API with valid study, subject, and device IDs deletes the corresponding device from the specified subject in that study.
Request
Path Parameters
-
deviceId: string
Device ID.
-
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, subject, or device identifier.