Skip to main content
DELETE
/
customers
/
{id}
Delete a customer by ID
curl --request DELETE \
  --url https://api-m.paypal.com/v1/commerce/billing/customers/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Use the /v1/oauth2/token endpoint to obtain an access token and pass it as a Bearer token in the Authorization header.

Path Parameters

external_customer_id
string
required

The unique external identifier of the customer

Response

Customer deleted successfully

I