@samo Thanks for reply! Currently, we don’t have a feature that allows customers to remove hard bounced emails from the list. However, this functionality is in our backlog, but we don’t have an ETA for it yet.
Email Communication Service
Hi,
Some of the emails are on the managed suppression list. What is the procedure for removing emails from this list?
1 additional answer
Sort by: Most helpful
-
SnehaAgrawal-MSFT 21,691 Reputation points
2024-07-18T10:02:59.66+00:00 @samo Thanks for asking question! Email addresses are automatically removed from the managed suppression list when no email send requests are made to the same recipient within the designated lease time frame.
After the lease period expires, the email address is removed from the list. If any new emails are sent to the same invalid recipient, Azure Communication Services starts a new cycle by making another delivery attempt.
If you still see to remove an address from the suppression list, create the
SuppressionListAddressResource
as shown in the previous code samples and call theDelete
method.suppressionListAddressResource.Delete(WaitUntil.Completed);
Also Suggest you refer this official doc link- https://learn.microsoft.com/en-us/azure/communication-services/quickstarts/email/manage-suppression-lists
Hope this helps-