cURL
curl --request DELETE \ --url https://actions.zapier.com/api/v2/ai-actions/{ai_action_id}/ \ --header 'x-api-key: <api-key>'
true
Delete an AI Action.
Returns true if the action was deleted, false if it was not found.
false
OK
The response is of type boolean.
boolean
Was this page helpful?