DELETE
/
v2
/
order
/
{order_uuid}
/
checkout
curl --request DELETE \
  --url https://sandbox.gateway.sezzle.com/v2/order/{order_uuid}/checkout \
  --header 'Authorization: <api-key>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The authentication token generated from providing API Keys to Sezzle Gateway

Path Parameters

order_uuid
string
required

The Order UUID to delete (order.uuid from session response)

Response

204

Status No Content