Nomod
Hosted Checkout/Delete Checkout

Delete Checkout

deletehttps://api.nomod.com/v1/checkout/{id}/delete

Archive the checkout.

curl -X DELETE 'https://api.nomod.com/v1/checkout/:id/delete' \
  -H 'X-API-KEY: $NOMOD_API_KEY' \
  -H 'Content-Type: application/json'

Path parameters

idstringrequired

Responses

errorobject

Example response

{
  "error": {
    "message": "string",
    "code": "string"
  }
}