Have your say in Community Polls: What was/is your greatest motivation to start your own business?
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Does not delete webpixel from a store

Does not delete webpixel from a store

Freddy_dev
Shopify Partner
7 0 6

I am using the below mutation to delete the WebPixel but it's is not removed from the store.

 

 

mutation {
  webPixelDelete(id: "gid://shopify/WebPixel/193") {
    deletedWebPixelId
    userErrors {
      field
      message
    }
  }
}

 

 

Every time I reinstall, the old extension still remains active with adding the newly published extension.

 

Do you think it's a bug?

Replies 0 (0)