cURL
curl --request DELETE \ --url https://inboxapp.com/api/v1/threads/{threadId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
"<unknown>"
Soft delete a thread
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
The response is of type any.
any
Was this page helpful?