Remove Action from Agent
DELETE/conversation-ai/agents/:agentId/actions/:actionId
Permanently deletes an action. This will remove the action from all associated agents and cannot be undone.
Request
Version stringrequired
API Version
Available options
2021-04-15actionId stringrequired
The unique identifier of the action ID Attached to the agent
agentId stringrequired
Successful response
- application/json
- Schema
- Example (auto)
Schema
dataobjectrequired
Deleted action information
successbooleanrequired
Success status of the request
{
"data": {
"id": "actionId123"
},
"success": true
}