Cancel vaccination appointment for individuals
POST {{baseUrl}}/v2/appointment/cancel
API to remove an individual from an appointment.
Request Body
{"appointment_id"=>"urn:uuid:28c2d0b2-48a0-abd7-c189-1ab392eb1e34", "beneficiariesToCancel"=>["1234567890123", "9876543210987"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |