A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
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?