curl -X DELETE "https://api.foxreach.io/api/v1/inbox/threads/rpl_abc123" \ -H "X-API-Key: otr_your_key"
{ "data": { "id": "rpl_abc123", "deleted": true } }
Delete a reply thread from the inbox.
404