Skip to main content
DELETE
/
api
/
v1
/
customer
/
{customerId}
Delete customer by ID
curl --request DELETE \
  --url https://sandbox.api.afriex.com/api/v1/customer/{customerId} \
  --header 'x-api-key: <api-key>'

Documentation Index

Fetch the complete documentation index at: https://docs.afriex.com/llms.txt

Use this file to discover all available pages before exploring further.

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.