Deleting a report snapshot
POST https://{{base_url}}/v6/report-snapshot/{{snapshotId}}/delete.json
Deleting a report snapshot
Deletes the specified report snapshot in ThousandEyes, based on the snapshotId provided in the API request. Users with the Edit reports for all users in account group permission (Account Admin) can delete any report snapshot. Users with Edit own reports permission (Regular User) can only delete the report snapshots for reports they have created.
Parameters
- format=json|xml optional, specifies the format of output requested. See Output Formats for more information
- aid={aid} optional and requires the user to be assigned to the target account group, specifies the account group context of the request, obtained from the /account-groups endpoint. Specifying this parameter without the user being assigned to the target account will result in an error response. See Account group context for more information
- {snapshotId} the ID of the report snapshot you would like to delete
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |