Delete a bug report

DELETEhttps://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

idstringrequired
Bug report public ID (e.g. bug_7k3m).

Response

200Bug report permanently deleted.
Show response fields
deletedboolean
idstring

Error codes

404Bug report not found.