Remove Audit Copy
POST https://{{env_url}}/asset_report/audit_copy/remove
The /asset_report/audit_copy/remove
endpoint allows you to remove an Audit Copy. Removing an Audit Copy invalidates the audit_copy_token
associated with it, meaning both you and any third parties holding the token will no longer be able to use it to access report data. Item
s associated with the Asset Report, the Asset Report itself and other Audit Copies of it are not affected and will remain accessible after removing the given Audit Copy.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "audit_copy_token"=>"ENTER_AUDIT_COPY_TOKEN_HERE"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"removed":true,"request_id":"Rvr6D"}