Skip to main content
DELETE
/
agent
/
{id}
Delete an agent
curl --request DELETE \
  --url https://api.vocobase.com/api/v2/agent/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "Agent deleted successfully"
  }
}

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required

Agent ID.

Response

Agent deleted.

success
boolean
data
object