Skip to main content
DELETE
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

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