Delete a bug report
DELETE
https://app.speybooks.com/api/v1/admin/bug-reports/{id}Delete a single bug report by its public_id. Hard delete — the report is permanently removed.
Returns 404 if the public_id does not match any report.
Path parameters
id string requiredBug report public ID (e.g. bug_7k3m).
Response
200 Bug report permanently deleted.
Show response fields
deleted booleanid stringError codes
404 Bug report not found.