API
API Reference
Customer
Delete Customer

Delete Customer

Delete a customer from Customerscore.

For interactive API documentation, see the Swagger reference (opens in a new tab).

Endpoint

MethodURL
DELETEhttps://api.customerscore.io/api/v1/customer/{customerExternalId}

Path Parameters

ParameterTypeRequiredDescription
customerExternalIdstringYesCustomer external ID

This endpoint does not require a request body.

Example Request

curl -X DELETE "https://api.customerscore.io/api/v1/customer/12345" \
  -H "customerscore-key: your-generated-key"

Response Codes

CodeDescription
200The customer has been successfully deleted
401Unauthorized - Missing customerscore-key in the header
403Forbidden - Invalid key
404Customer not found
405Method Not Allowed - Only DELETE method is allowed