cURL
curl --request POST \ --url https://your-sift-api-url.com/api/v1/reports/{reportId}:cancel \ --header 'Authorization: Bearer <token>'
{}
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A successful response.
The response is of type no response fields · object.
no response fields · object
Was this page helpful?