diff --git a/src/Resend.Webhooks/EmailEventData.cs b/src/Resend.Webhooks/EmailEventData.cs
index 69298e4..f03b7b3 100644
--- a/src/Resend.Webhooks/EmailEventData.cs
+++ b/src/Resend.Webhooks/EmailEventData.cs
@@ -45,14 +45,6 @@ public class EmailEventData : IWebhookData
[JsonIgnore( Condition = JsonIgnoreCondition.WhenWritingNull )]
public EmailAddressList? Cc { get; set; } = default!;
- ///
- ///
- /// Only set for , otherwise is null.
- ///
- [JsonPropertyName( "message_id" )]
- [JsonIgnore( Condition = JsonIgnoreCondition.WhenWritingNull )]
- public string? MessageId { get; set; }
-
///
[JsonPropertyName( "subject" )]
public string Subject { get; set; } = default!;