v1
latestOpenAPI 3.1.02026-07-26359254.7 MBInbox
Bulk-delete inbox threads
<small>Requires the inbox:operate scope (or a broader one that includes it).</small>
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/v3/inbox/threads/bulk-delete
Request body
Response
Per-item results. Threads not present in the dictionary succeeded.
object required