Skip to main content
DELETE
/
voice-ai
/
agents
/
{agentId}
Delete Agent
curl --request DELETE \
  --url https://services.leadconnectorhq.com/voice-ai/agents/{agentId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "statusCode": 400,
  "message": "Bad Request"
}

Authorizations

Authorization
string
header
required

Access Token or Private Integration Token

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

agentId
string
required

Unique agent identifier

Example:

"507f1f77bcf86cd799439011"

Query Parameters

locationId
string
required

Location ID

Example:

"LOC123456789ABCDEF"

Response

Agent deleted successfully

Last modified on March 7, 2026