latestOpenAPI 3.1.02026-08-233914256.0 MB

7e118b4466cd

Checkout Configurations

Delete a checkout configuration

Deletes a checkout configuration so its checkout URL can no longer be used.

delete/checkout_configurations/{id}

Response

checkout configuration deleted

deletedboolean required

Always true.

idstring required

ID of the deleted checkout configuration.

Example response

{
  "deleted": true,
  "id": "ch_xxxxxxxxxxxxxx"
}