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)