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 required
Bug report public ID (e.g. bug_7k3m).

Response

200 Bug report permanently deleted.
Show response fields
deleted boolean
id string

Error codes

404 Bug report not found.