Skip to main content
DELETE
/
api
/
v1
/
customer
/
{customerId}
Delete customer by ID
curl --request DELETE \
  --url https://staging.afx-server.com/api/v1/customer/{customerId} \
  --header 'x-api-key: <api-key>'
Delete a customer from your business. This action cannot be undone.

Authorizations

x-api-key
string
header
required

Static business API key from the dashboard

Path Parameters

customerId
string
required

The unique identifier of the customer

Response

Customer deleted successfully.