Agents
Deleting Agent
Learn how to delete existing AI agents
Delete Agent API
Delete an existing AI agent.
API Endpoint
Method | Endpoint |
---|---|
DELETE | https://new-prod.vocera.ai/test_framework/v1/aiagents-external/:agent_id/ |
Path Parameters
Parameter | Type | Required | Description |
---|---|---|---|
agent_id | string | Yes | Unique identifier of the agent or associated assistant ID |
Authentication
Include your API key in the request headers:
Header | Description |
---|---|
X-VOCERA-API-KEY | Your API key obtained from the dashboard |
Response
A successful deletion returns a 204 No Content response.