cURL
curl --request DELETE \ --url https://api.example.com/api/search/threads \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete all search threads for the authenticated user
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?