Passer au contenu principal
DELETE
/
v2
/
order
/
{order_uuid}
/
checkout
Delete checkout by order
curl --request DELETE \
  --url https://sandbox.gateway.sezzle.com/v2/order/{order_uuid}/checkout \
  --header 'Authorization: <api-key>'
{
  "code": "bad_request",
  "message": "bad request"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sezzle.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

The authentication token generated from providing API Keys to Sezzle Gateway

Paramètres de chemin

order_uuid
string
requis

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

Réponse

Status No Content