Retiring a learner from ecommerce

Hi everybody,
I faced a problem with enabling my edX users to delete their accounts,
I managed to run retire_one_learner.py script from tubular repo but it fails when reaches to RETIRING_ECOM .
in the output I found that it fails when trying to request this URI:
https://ecommerce.address.tld/api/v2/user/retire/
so going further I guess that this api is not implemented yet.
Is that right? Or I have made a mistake somewhere?
Maybe I have to enable that api or what?
any help would be appreciated