Skip to content
Get started

Cancel a report addendum

post/v1/autoScribe/reports/{reportId}/cancel-addendum

Cancels an in-progress addendum and reverts the study status to 'completed'. The original report remains unchanged. Only valid for active addendums.

Path ParametersExpand Collapse
reportId: string

Unique report identifier. Format: rep_{32-hex-chars}

ReturnsExpand Collapse
success: boolean
message: optional string
Cancel a report addendum
curl https://api.avarasoftware.com/v1/autoScribe/reports/$REPORT_ID/cancel-addendum \
    -X POST \
    -H "Authorization: Bearer $AVARA_API_KEY"
{
  "success": true,
  "message": "message"
}
Returns Examples
{
  "success": true,
  "message": "message"
}