I created a cart transform function using the cartTransformCreate graphQL mutation. Now I want to be able to delete it in order to create a different transform (only one transform can be applied to a store at a time). I tried using the cartTransformDelete mutation but I got this error “Permission denied. Unauthorized app scopes”.
I am using the GraphiQL app to run these mutations. I have given the GraphiQL app all possible permissions. The documentation for both create and delete transform mutations says we need to have write_cart_transform
access scope and product and preferences permissions. So if I was able to create the transform, shouldn’t I be able to delete it as well?