Delete a customer

Delete a customer and all of their linked payment instruments.

Path Parameters
  • identifier
    Type: string Pattern: ^(cus)_(\w{26})$
    required

    The customer's ID

Responses
  • 204

    Customer deleted successfully

  • 401

    Unauthorized

  • 404

    Customer not found or not associated with client

  • application/json
Request Example for delete/customers/{identifier}
curl 'https://{prefix}.api.sandbox.checkout.com/customers/{identifier}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body