Remove Asset Report
POST https://{{env_url}}/asset_report/remove
The /asset_report/remove
endpoint allows you to remove an Asset Report. Removing an Asset Report invalidates its asset_report_token
, meaning you will no longer be able to use it to access report data or create new Audit Copies. Removing an Asset Report does not affect the underlying Items, but does also invalidate any audit_copy_token
s associated with the Asset Report. In other words, removing an Asset Report also cascade-removes its Audit Copies.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "asset_report_token"=>"{{asset_report_token}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"removed":true,"request_id":"L1oxW"}