Cancel a queued report. The status
of the report will change from submitted
to canceled
. In-progress reports cannot be canceled.
Cancel a report (only queued reports can be canceled).
reportId required | string Unique identifier for the stored report. Example: "1" |
outputType required | string Format for the report output. Example: "html" |
outputLocation required | string Location where the report is stored. Example: "intacct" |
OK
Bad Request
{- "reportId": "123",
- "outputType": "pdf",
- "outputLocation": "intacct"
}
{- "ia::result": {
- "reportId": "1",
- "status": "canceled",
- "outputType": "pdf",
- "outputLocation": "intacct",
- "name": "Customer Report",
- "href": "/services/reports/status?reportId=1&outputType=pdf&outputLocation=intacct"
}, - "ia::meta": {
- "totalCount": 1,
- "totalSuccess": 1,
- "totalError": 0
}
}