Delete Agent API

Delete an existing AI agent.

API Endpoint

MethodEndpoint
DELETEhttps://new-prod.vocera.ai/test_framework/v1/aiagents-external/:agent_id/

Path Parameters

ParameterTypeRequiredDescription
agent_idstringYesUnique identifier of the agent or associated assistant ID

Authentication

Include your API key in the request headers:

HeaderDescription
X-VOCERA-API-KEYYour API key obtained from the dashboard

Response

A successful deletion returns a 204 No Content response.

Code Examples

curl -X DELETE https://new-prod.vocera.ai/test_framework/v1/aiagents-external/:agent_id/ \

  -H "X-VOCERA-API-KEY: <your-api-key-here>"