DELETE
/
v0
/
assistant
/
{assistant_id}
curl --request DELETE \
  --url 'https://api.unify.ai/v0/assistant/<assistant_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "Assistant deleted successfully"
}

Deletes a specific assistant by ID for the authenticated user.

Authorizations

Authorization
string
required

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

Path Parameters

assistant_id
integer
required
curl --request DELETE \
  --url 'https://api.unify.ai/v0/assistant/<assistant_id>' \
  --header "Authorization: Bearer $UNIFY_KEY"
{
    "info": "Assistant deleted successfully"
}