To remove previous requested files, make a request to this URL:
| DELETE https://api.bsg.world/rest/stat/file/{file_key} |
| Parameter | Required | Type | Description |
|---|---|---|---|
| file_key | Yes | integer | The name of the file returned in the Request to download statistics method . |
if the request is successful, you will receive a response:
{
"error": 0,
"errorDescription": "No errors"
}
If the request fails, an error object will be returned.