WorldVistA/popHealth

Issue deleting a provider via API

Opened this issue · 0 comments

Hello,

I'm trying to delete a provider via API.
I followed API documentation but I keep getting a 404 error. Again I did this request using the method DELETE as specified in the documentation. Maybe I'm missing something or a route for this url is not configured. See below for a sample URL that is giving me 404.

Use this request with method DELETE and you will get a 404 error.
http://pophealth-demo.osehra.org/api/providers/?id=59f789e23df6211b5400a44c

Use that request with method GET and you will get the provider info as expected.

Thank you in advance