Deletes a specific report by its ID.
Permission | Description |
---|---|
reports.delete | Delete your own reports |
reports.delete_any | Delete any report |
Name | Type | Required | Description | Example |
---|---|---|---|---|
report-id | int | Yes | ID of the report to delete | 123 |
DELETE /api/v1/reports/123
Authorization: Bearer {token}
No content is returned when the report is successfully deleted.
Status | Description | Reference |
---|---|---|
404 | Report not found | Not-found error |
403 | Forbidden (no permission) | Permission error |
401 | Unauthorized | Authentication error |
This endpoint does not return a resource body on success.