Developer Docs

Table of contents

Remove previous requested files

To remove previous requested files, make a request to this URL:

DELETE https://api.bsg.world/rest/message/list/{file_key}

Request parameters

ParameterRequiredTypeDescription
file_keyYesintegerThe 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.