I created a cart_transform function and am now trying to remove it. I tried removing the code from my extensions folder and redeploying the app as well as uninstalled the app and reinstalled with the code not under the extensions folder but I still see it when I run
shopifyFunctions(apiType: "cart_transform", first: 2) {
nodes {
apiType
id
title
}
}
I am not seeing a way to delete the function using graphQL. Is this possible to delete a function?