Skip to main content
DELETE
/
api
/
v1
/
assistants
/
{assistant_id}
{
  "success": true,
  "message": "<string>",
  "data": null
}

Documentation Index

Fetch the complete documentation index at: https://docs.burki.dev/llms.txt

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

This endpoint permanently deletes an assistant from your organization. This action cannot be undone. Once an assistant is deleted, all associated configurations are removed.

Path Parameters

  • assistant_id (string, required): The unique identifier for the assistant you want to delete.

Response

A successful deletion will return a 200 OK status code with a confirmation message.
Response
{
  "message": "Assistant deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
integer
required

Response

Successful Response

Standard API response format.

success
boolean
required
message
string
required
data
unknown