Checkout Sessions
Delete checkout session
Deletes a Checkout Session.
DELETE
/checkout/sessions/{checkout_session_id}
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/checkout/sessions/{checkout_session_id} \
--header 'Authorization: <authorization>'
This response has no body data.
This endpoint requires the checkout-sessions.write
scope.
Authorizations
Authorizationheaderrequired
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
checkout_session_idrequired
string
The unique ID for a Checkout Session.
Response
204
Was this page helpful?
curl --request DELETE \
--url https://api.sandbox.{gr4vy_id}.gr4vy.app/checkout/sessions/{checkout_session_id} \
--header 'Authorization: <authorization>'
This response has no body data.