Delete a bug report
DELETE
https://app.speybooks.com/api/v1/admin/bug-reports/{id}Delete a single bug report by its public id. This is a hard delete: the report is permanently removed and cannot be recovered.
Returns 404 if the public id matches no report.
Path parameters
idstringrequiredBug report public ID (e.g. bug_7k3m).
Response
200Bug report permanently deleted.
Show response fields
deletedbooleanidstringError codes
404Bug report not found.