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>'API key for authentication
Organization ID (required for session auth, optional for API key auth)
Unique task identifier
"tsk_abc123def456"
Unique automation identifier
"auto_abc123def456"
Automation deleted successfully
Was this page helpful?