Skip to main content
DELETE
/
v1
/
threads
/
{thread_id}
Delete thread
curl --request DELETE \
  --url https://flow.seekr.com/v1/threads/{thread_id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

Authorization Bearer Token

Headers

x-team-id
string | null

Path Parameters

thread_id
string
required

Response

Successful Response

The response is of type Response Delete Thread Endpoint V1 Threads Thread Id Delete · object.

Last modified on June 18, 2026