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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.interactly.ai/llms.txt

Use this file to discover all available pages before exploring further.

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"