DELETE api/v1/healthprofessional/patient/{patientId}/observation/delete/{rawobservationid}
Deletes the observation based on raw observation id.
Request Information
Headers
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientId | string |
Required |
|
rawobservationid |
The rawobservationid. |
integer |
Required |
Body Parameters
None.
Response Information
Headers
Resource Description
ResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
Result of the response |
string |
None. |
Message |
Additional information of the response |
string |
None. |
Response Formats
application/json
Sample:
{ "Result": "sample string 1", "Message": "sample string 2" }