Skip to main content
DELETE
/
api
/
v1
/
inbox
/
threads
/
{reply_id}
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
  }
}

Path Parameters

reply_id
string
required
The unique identifier of the reply thread.

Response

Returns a confirmation of deletion.
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
  }
}

Errors

StatusDescription
404Thread not found