delete https://api.rainex.io/projects//customers/
Deletes a particular customer. You can delete a customer by giving the Customer ID as the input parameter.
Error codes:
NotFound | A customer with such an Id cannot be found. |
Responses
Deletes a particular customer. You can delete a customer by giving the Customer ID as the input parameter.
Error codes:
NotFound | A customer with such an Id cannot be found. |
xxxxxxxxxx
curl --request DELETE \
--url https://api.rainex.io/projects/your-site-name-1/customers/test-id \
--header 'accept: application/json'