DELETE
/
api
/
v1
/
accounts
/
{account_id}
/
automation_rules
/
{automation_rule_id}
curl --request DELETE \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/automation_rules/{automation_rule_id}

Parameters

account_id
string

account_id: The ID of the account to remove the automation rule from.

automation_rule_id
string

automation_rule_id: The ID of the automation rule to remove.