curl --request DELETE \
--url http://localhost:3333/v1/tasks/{taskId}/automations/{automationId} \
--header 'X-API-Key: <api-key>'Delete a specific automation and all its associated data
curl --request DELETE \
--url http://localhost:3333/v1/tasks/{taskId}/automations/{automationId} \
--header 'X-API-Key: <api-key>'Was this page helpful?