DELETE
/
api
/
v1
/
assistants
/
{assistant_id}
{
  "success": true,
  "message": "<string>",
  "data": "<any>"
}
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

200
application/json

Successful Response

Standard API response format.