deleteAutomation
Delete an automation with the given id.
Usage
const response = await automationClient.deleteAutomation('your-automation-id')
Parameters
id
- Type:
string
Id of the automation to delete.
Returns
- Type
string
Id of the deleted automation.