Skip to main content
DELETE
/
threads
/
{threadId}
Delete thread
curl --request DELETE \
  --url https://inboxapp.com/api/v1/threads/{threadId} \
  --header 'Content-Type: application/json' \
  --data '{}'
"<unknown>"

Path Parameters

threadId
string
required

Body

application/json

The body is of type object.

Response

200 - application/json

OK

The response is of type any.