Delete bug report
DELETE/bug-reports/:id/
Submit and review bug reports.
create: POST /api/bug-reports/ — any authenticated user
list: GET /api/bug-reports/ — staff only
retrieve: GET /api/bug-reports/{id}/ — staff only
destroy: DELETE /api/bug-reports/{id}/ — staff only
Upload via multipart/form-data with "description" and up to 5 "screenshots" image files (10 MB each max).
Request
Responses
- 204
No response body