Bulk delete bug reports
DELETE
https://app.speybooks.com/api/v1/admin/bug-reports/Delete bug reports in bulk. Two modes: ids (an array of
public ids to delete) or all: true (delete every bug
report across the whole platform). At least one of the two
must be supplied.
Both are hard deletes and take effect immediately with no
confirmation step; all: true removes the entire bug-report
history for every organisation and cannot be undone. Returns
the count and the ids of the reports deleted.
Body parameters
allbooleanoptionalSet to true to delete all bug reports. Provide either ids or all.
idsarray<string>optionalArray of bug report public IDs to delete.
Response
200Deleted count and list of removed IDs.
Show response fields
deletedintegeridsarray<string>Error codes
400Neither ids nor all provided.