Skip to main content

forgetEmailDeliverability

Operator only (is_operator). Deletes the stored deliverability rows for one address (email_status and email_events) and returns how many rows went. Exists so a verification run is not reading the previous run's events, and so an address suppressed by a bounce that has since been fixed can be given another chance. Returns 0 when there was nothing stored.

forgetEmailDeliverability(
email: String!
): Int!

Arguments

forgetEmailDeliverability.email ● String! non-null scalar

Address to clear. Matched exactly.

Type

Int scalar

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.