Skip to main content

Cancel Encounter

curl --location 'https://encounters.play.medeintegra.dev/encounters/encounterId/events/cancel' \
--header 'Authorization: Bearer <<JWT_TOKEN>>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cancellationReason": "INCORRECT_MOBILE"
}'

API Fields Description

Cancellation Reasons

FieldDescriptionTypeRequired
cancellation reasons"Incorrect number" or "User could not understand the doctor" or "User not answering"StringYes
encounterIdencounterId of patientStringYes