> ## Documentation Index
> Fetch the complete documentation index at: https://docs.creptapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Customer

Remove a customer profile from your business account.

## Request authentication

This endpoint requires a **Secret Key** (`sk_...`) passed in either the `x-api-key` header or as a Bearer token in the `Authorization` header.

## Path parameters

<ResponseField name="id" type="string" required>
  The unique ID of the customer to delete.
</ResponseField>
