DESCRIPTION

This endpoint deletes the specified report. This action cannot be undone.

URL STRUCTURE

https://[hostname]/report/delete/{reportId}

METHOD

POST

HEADERS

**Authorization:**    string Base64       [email]:[key]

ARGUMENTS

NameTypeDescription
reportIdintReport ID to delete


RETURNS

Code
Message
Status
200
Report deleted
Success
404
Report not found
Failure
400
Non numeric id
Failure
500

Failure