Customer Delete using REST Web API in Magento 2 comes with URL endpoint V1/customers/:customerId and DELETE Action.
You need to replace :customerId in the URL with the actual customer id. Continue reading “How to delete customer by REST Web API Magento 2?”