curl --request DELETE \
--url https://api.revolv3.com/api/Customers/{customerId}
This response does not have an example.
Delete a customer by their Customer ID.
If no customer with the provided Customer ID is found, a status of 404 (Not Found) will be returned.
curl --request DELETE \
--url https://api.revolv3.com/api/Customers/{customerId}
This response does not have an example.
OK