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"
}

Changes

Changed in 3 of the 74 revisions of this API.4

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      the security scope checkout_configuration:delete was added to the endpoint's security scheme bearerAuth

      api-security-scope-added

    This revision also has 16 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      added the media type application/json for the response with the status

      response-media-type-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 74 revisions, 1 has no diff computed.