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

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found