Anura Reporting API - Raw Data Endpoints - Cancel
The Raw Data: Cancel endpoint will allow you to cancel "In Progress" report requests applicable to the supplied POST parameters.
| Method | URL |
|---|---|
| POST | https://api.anura.io/v1/raw/cancel |
Parameters
| Required | Type | Description | Note |
|---|---|---|---|
| token | string | The token string you have been issued to connect to the Anura Reporting API. | |
| raw | string | The Raw Data report ID to cancel. |
Example Response
{"success": true,"message": "Your%20raw%20data%20report%20request%20has%20been%20cancelled","feedback": {"pass": {},"fail": {}}}