Skip to main content
DELETE
/
api
/
v1
/
agents
/
{agentId}
/
voice-configs
/
{voiceConfigId}
Remove voice config from agent
curl --request DELETE \
  --url https://dev-chat-engine.actualize.ae/api/v1/agents/{agentId}/voice-configs/{voiceConfigId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agentId
string
required
voiceConfigId
string
required

Response

The voice config is been detached successfully from agent.