Home > @shopware-pwa/shopware-6-client > newsletterUnsubscribe
# newsletterUnsubscribe() function
Signature:
export declare function newsletterUnsubscribe({ email, }: {
email: string;
}, contextInstance?: ShopwareApiInstance): Promise<void>;
# Parameters
Parameter | Type | Description |
---|---|---|
{ email, } | { email: string; } | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<void>