AI
conversation AI, voice AI, agent studio, knowledge base & phone system APIs
Permanently deletes an action. This will remove the action from all associated agents and cannot be undone.
cURL
curl --request DELETE \ --url https://services.leadconnectorhq.com/conversation-ai/agents/{agentId}/actions/{actionId} \ --header 'Authorization: Bearer <token>' \ --header 'Version: <version>'
{ "data": { "id": "actionId123" }, "success": true }
Access Token or Private Integration Token
API Version
2021-04-15
The unique identifier of the action ID Attached to the agent
Successful response
Deleted action information
Show child attributes
Success status of the request
true
Was this page helpful?