deleting cartTransform once created without cartTransform id

deleting cartTransform once created without cartTransform id

jamsheer
Tourist
4 0 2

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 

 

 

Reply 1 (1)

jamsheer
Tourist
4 0 2
query {
cartTransforms(first: 25) {
nodes {
functionId
id
}
}
}

Able to query the cartTransforms created and get the corresponding ID, then can update meta using the