Delete Checkout
delete
https://api.nomod.com/v1/checkout/{id}/deleteArchive 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
idstringrequiredResponses
errorobjectExample response
{
"error": {
"message": "string",
"code": "string"
}
}