Appearance
newsletterUnsubscribe 
Definition 
Unsubscribe from newsletter
Signature 
ts
export async function newsletterUnsubscribe(
  params: {
    email: string;
  },
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void> 
Parameters 
| Name | Type | Description | 
|---|---|---|
| params | {
    email: string;
  } | newsletter subscribe data: email | 
| contextInstance | ShopwareApiInstance | 
Return type 
ts
Promise<void>
Usage example 
WARNING
Example is generated automatically. Sometimes it's required to be adjusted to your needs.