cURL
curl --request DELETE \ --url https://api.example.com/api/search/threads/{thread_id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete a specific search thread by id
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?