Delete customer by id
1 min
DELETE
https://app.amberflo.io/customers/{customerId}
customerIdstringId of the target customer
200Successful request
curl --request DELETE \
--url https://app.amberflo.io/customers/{customerId} \
--header 'accept: application/json'Use this endpoint to hide offboarded customers from the list and paging endpoints.
If the customer is not offboarded yet, then we'll attempt to offboard it (as in the update lifecycle stage API).
The customer can be later reinstated.