DELETE managers/{id} – REST API
Delete a Manager: DELETE /managers/{id} Remove a single manager by passing the manager’s email as an id. You can not remove the owner account via this method. Owners must delete their entire account manually through the website’s Profile settings. Query Parameters id: A unique ID for the manager – parameter…