delete_notification
Delete a notification rule permanently. Use update_notification to mute instead of delete.
Instructions
Delete a notification rule. The rule is gone — to keep but mute
it, prefer update_notification(send_email=False, send_desktop=False, send_push=False).
Args: notification_id: Notification rule ID. account_id: CallRail account ID. Auto-resolves if omitted.
Returns:
JSON string {"deleted": True, "notification_id": ..., "response": ...}. The response mirrors CallRail's body
(often empty on 204).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| notification_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |