VoiceDock Docs
ApiAssistants

Delete an assistant

Delete an assistant. Any phone numbers assigned to this assistant will have their assistant_id set to null.

DELETE
/assistants/{id}

Delete an assistant. Any phone numbers assigned to this assistant will have their assistant_id set to null.

Authorization

BearerAuth
AuthorizationBearer <token>

API key authentication. Get your key from the dashboard.

In: header

Path Parameters

id*string

Assistant UUID

Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/assistants/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "success": true
}
{
  "error": "Invalid API key",
  "message": "string"
}
{
  "error": "Invalid API key",
  "message": "string"
}