Skip to main content
DELETE
/
assistants
/
v1
/
assistants
/
{id}
Delete Assistant
curl --request DELETE \
  --url https://api-prod.interactly.ai/assistants/v1/assistants/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "1f7b1b1b1b1b1b1b1b1b1b1b"
}

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Path Parameters

id
string
required

Assistant ID

Response

200 - application/json

Successful response

id
string
Example:

"1f7b1b1b1b1b1b1b1b1b1b1b"