Task Automations

Delete an automation

Delete a specific automation and all its associated data

delete/v1/tasks/{taskId}/automations/{automationId}

Path parameters

taskIdstring required
Example:tsk_abc123def456

Unique task identifier

automationIdstring required
Example:auto_abc123def456

Unique automation identifier

Response

Automation deleted successfully

Changes