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

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Response

200 - application/json

Successful Response

message
string
required