Unassign Patient from Program
DELETE {{url}}/{{tenantName}}/{{instanceName}}/patients/{{patientId}}/programs/:programName
HTTP Request
DELETE /{tenantName}/{instanceName}/patients/{patientId}/programs/{programId}
in our example it would be:
DELETE https://api.live.welkincloud.io/gh/sb-demo/patients/08632f11-cb33-4b5b-aece-aaa360f9f747/programs/11132f11-cb33-4b5b-aece-abc125fed987
Responses
Code | Description |
---|---|
200 | OK |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |