outlook.deleteMessageRule deletes an Inbox rule and completes without output.
Example
automations/outlook-delete-message-rule.automation.ts
Inputs
Pass{ ruleId: "rule-id" }. The optional second argument { account } selects a Microsoft binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Deletes an Inbox rule and completes without output.
outlook.deleteMessageRule deletes an Inbox rule and completes without output.
import { automation } from "automate.ax"
import { outlook } from "automate.ax/outlook"
export default automation("Delete Inbox rule", () => {
outlook.deleteMessageRule({ ruleId: "rule-id" })
})
{ ruleId: "rule-id" }. The optional second argument { account } selects a Microsoft binding.