Skip to main content
Version: v3

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 optionsv3
actionId stringrequired

The unique identifier of the action ID Attached to the agent

agentId stringrequired
application/json

Successful response

Schema
    dataobjectrequired

    Deleted action information

    successbooleanrequired

    Success status of the request