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+raw+data+report+request+has+been+cancelled","feedback": {"pass": {},"fail": {}}}