Delete checkout experience
Permanently delete a checkout experience and its shipping methods.
An experience that is live in the store’s checkout tree cannot be deleted, because checkout would be left pointing at an experience that no longer exists. The checkout tree cannot be changed through the API: first update the store’s checkout routing in the Redo dashboard so it no longer serves this experience, then delete it.
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"
Response
Deleted
The checkout experience that was written. Read it back with GET /stores/{storeId}/checkout-experiences/{checkoutExperienceId}.
"66b2f1c9e4b0a1d2c3f4a5b6"