Clear / Restore Inbox Items
Inbox
Clear / Restore Inbox Items
POST and DELETE /v0/inbox/clear — Hide a thread or artifact from your inbox, or restore it
POST
Clear / Restore Inbox Items
Hide a thread or artifact from your inbox (the equivalent of “mark as read”), or restore a previously cleared item. Clearing is reversible — cleared items automatically reappear when new activity arrives, carrying
resurfaced: true on the next poll.
POST /v0/inbox/clear— clear (hide) items.DELETE /v0/inbox/clear— unclear (restore) items.
Authorization: Bearer tr_...
Body
Pass either the single
{ subject_type, subject_id } pair or a non-empty items[].
Response
Returns204 No Content on success.