/**
 * @example
 *     {
 *         email: "email"
 *     }
 */
export interface DeleteSmtpBlockedContactsEmailRequest {
    /** contact email (urlencoded) to unblock. */
    email: string;
}
