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