DELETE
/
v2
/
delete-assistant
curl --request DELETE \
  --url https://api.assistable.ai/v2/delete-assistant \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "data": {
    "status": "<string>",
    "id": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Query Parameters

assistant_id
string
required

ID of the assistant to delete

Response

200 - application/json
Assistant deleted successfully

The response is of type object.