cURL
curl --request POST \ --url https://api.eka.care/abdm/uhi/v1/physical-consultation/booking/cancel \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "order_id": "<string>", "provider_id": "<string>", "transaction_id": "<string>" } '
{ "order_id": "<string>", "provider_id": "<string>", "txn_id": "<string>" }
Cancel a physical consultation booking.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Unique identifier of the order to be cancelled
Unique identifier of the healthcare provider or hospital
Unique transaction identifier associated with the order
OK
Unique booking/order ID
Provider ID for the next API call
Unique transaction ID for the next API call
Was this page helpful?