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
Name | Type | Description |
---|---|---|
reportId | int | Report ID to delete |
RETURNS
Code | Message | Status |
200 | Report deleted | Success |
404 | Report not found | Failure |
400 | Non numeric id | Failure |
500 | Failure |