Discussing Shopify Functions development, deployment, and usage in Shopify apps.
Can't find any way to delete a cartTransform created using cartTransformCreate once it is created.
The case here is that we forgot to save the cartTransform id when created, now it needs to be deleted without uninstalling the app
query {
cartTransforms(first: 25) {
nodes {
functionId
id
}
}
}
Able to query the cartTransforms created and get the corresponding ID, then can update meta using the