Delete shipping method
Permanently remove a shipping method from a checkout experience. If the experience is live, shoppers stop seeing the method as soon as the change propagates.
Requires the checkout_write scope.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Store ID
"64e5a8a1af49a89df37e4ee7"
Checkout experience ID.
"66b2f1c9e4b0a1d2c3f4a5b6"
Shipping method ID, from the checkout experience's methods.
"66b2f1c9e4b0a1d2c3f4a5c7"
Response
Deleted
The checkout experience the method belongs to.
"66b2f1c9e4b0a1d2c3f4a5b6"
The shipping method that was written. Read it back with GET /stores/{storeId}/checkout-experiences/{checkoutExperienceId}.
"66b2f1c9e4b0a1d2c3f4a5c7"