Unassign threads from a category
inbox:operate scope (or a broader one that includes it).
Non-atomic bulk unassignment — clears the category link from each supplied thread when it points at this category. Per-item failures are returned in a dictionary keyed by thread id.
Per-item error codes
| Error code | Meaning |
|---|---|
notFound | Thread or category not found |
invalidInput | Invalid input |
forbidden | User not allowed to modify this thread |
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.
Path Parameters
x >= 1Body
Identifier list for non-atomic bulk thread operations.
1x >= 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.