API DocsRESTReport service

CancelReport

Canceling a report will stop the evaluation of the report and mark it as canceled. Any results that have been calculated up to the point of cancellation will be saved.

POST
/api/v1/reports/{reportId}:cancel

Path Parameters

reportId
Required
string

curl -X POST "<API_URL>/api/v1/reports/string:cancel" \
  -H "Authorization: Bearer <API_KEY>"

A successful response.

{}