DELETE

Delete Agent

Permanently deletes an Agent.

DELETEhttps://api.vantaxai.com/v1/agents/{agent_id}

Irreversible

Deleting an Agent unassigns its phone numbers and cannot be undone. Existing call history is retained.

Headers

  • Authorizationstringrequired

    Bearer authentication with your secret API key.

    example: Bearer vx_live_3fa9c2…

Path Parameters

  • agent_idstringrequired

    The Agent to delete.

    example: agt_3d9b21

Request

curl -X DELETE https://api.vantaxai.com/v1/agents/agt_3d9b21 \
  -H "Authorization: Bearer vx_live_3fa9c2..."

Response

{
  "success": true,
  "message": "Agent deleted successfully"
}