Delete a triggered automation and its filter trees
DELETE/v2/prism/{teamId}/{automationObjectType}/triggered_automations/{automationId}
Delete a triggered automation and its filter trees
Delete a triggered automation and its filter trees
curl https://developers.micro.so/v2/prism/$TEAM_ID/$AUTOMATION_OBJECT_TYPE/triggered_automations/$AUTOMATION_ID \
-X DELETE \
-H "x-api-key: $MICRO_API_KEY"