Skip to main content
DELETE
/
api
/
search
/
threads
/
{thread_id}
Delete thread
curl --request DELETE \
  --url https://api.example.com/api/search/threads/{thread_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

thread_id
string
required

Response

Successful Response

message
string
required