Cancel a study
POST/v1/autoScribe/studies/cancel
Marks a study as cancelled. Cancelled studies are preserved but flagged as inactive. Can be identified by either study ID or DICOM Study Instance UID.
Cancel a study
curl https://api.avarasoftware.com/v1/autoScribe/studies/cancel \
-X POST \
-H "Authorization: Bearer $AVARA_API_KEY"{
"success": true,
"message": "message"
}Returns Examples
{
"success": true,
"message": "message"
}