DELETE api/v1/healthprofessional/patient/{patientId}/observation/delete/{rawobservationid}

Deletes the observation based on raw observation id.

Request Information

Headers

URI Parameters

NameDescriptionTypeAdditional information
patientId

string

Required

rawobservationid

The rawobservationid.

integer

Required

Body Parameters

None.

Response Information

Headers

Resource Description

Response
NameDescriptionTypeAdditional 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"
}