Bulk-delete inbox threads
Inbox
Bulk-delete inbox threads
Requires the
inbox:operate scope (or a broader one that includes it).
Non-atomic bulk delete. Successful threads are removed; per-item failures (e.g. not found, forbidden) are returned in a dictionary keyed by thread id.
Per-item error codes
| Error code | Meaning |
|---|---|
notFound | Thread not found |
forbidden | User not allowed to delete this thread |
POST
Bulk-delete inbox threads
Authorizations
Authenticate every request with a Bearer token. Pass your Reply API key in the
Authorization header:
Get your API key from the Reply dashboard: Settings → API Key.
Body
application/json
Identifier list for non-atomic bulk thread operations.
Minimum array length:
1Required range:
x >= 1Response
Per-item results. Threads not present in the dictionary succeeded.
Per-item error for non-atomic bulk operations. Only failed items are returned in the response dictionary. Items not present in the dictionary succeeded.