Checkout Sessions
Delete checkout session
Deletes a Checkout Session.
DELETE
/
checkout
/
sessions
/
{checkout_session_id}
This endpoint requires the checkout-sessions.write
scope.
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
checkout_session_id
string
requiredThe unique ID for a Checkout Session.
Was this page helpful?