Unable to delete a cart transform function

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?

Hey @220usamaahmed

That’s strange - can you DM me all the details please? (App ID/store/etc)

Hey @220usamaahmed

Turns out this was a known issue that got patched late last week.