DELETE
/
v1
/
threads
/
{threadId}

Authorizations

X-Tune-Key
string
headerrequired

Tune API Keys are the preferred way to authenticate with the API. You can create an API Key from your Tune Studio Profile → 'Access Keys' (in sidebar)

Path Parameters

threadId
string
required

ID of the thread to be deleted.

Response

200 - application/json
object
string

"thread".

id
string

The ID of the deleted thread.

deleted
boolean

True if the thread is deleted.