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.
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.