Skip to main content
Version: 2023-02-21

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 options2023-02-21
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