Anura Docs

Anura Reporting API - Raw Data Endpoints - Remove

The Raw Data: Remove endpoint will allow you to remove self-generated reports applicable to the supplied POST parameters.

Method URL
POST https://api.anura.io/v1/raw/remove

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 remove. An array of report ID strings may also be submitted.

Example Response

{
    "success": true,
    "message": "%22Anura+Raw+Direct+Report+20220924%22+has+been+removed",
    "feedback": {
        "pass": {},
        "fail": {}
    }
}