Manage stored actions
Delete stored action
Delete an AI Action.
Returns true
if the action was deleted, false
if it was not found.
DELETE
/
api
/
v2
/
ai-actions
/
{ai_action_id}
/
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
ai_action_id
string
requiredResponse
200 - application/json
The response is of type boolean
.