Skip to content
On this page

newsletterUnsubscribe ​

Definition ​

Unsubscribe from newsletter

Signature ​

ts
export async function newsletterUnsubscribe(
  params: {
    email: string;
  },
  contextInstance: ShopwareApiInstance = defaultInstance,
): Promise<void> 

Parameters ​

NameTypeDescription
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.

Open in StackBlitz

newsletterUnsubscribe has loaded