Skip to main content

Cancel

POST

/api/v1/generic-api-service/royal/hotel/book/cancel

The cancel endpoint allows the reservation to be cancelled.

curl --location 'https://test-api.etscore.com/api/v1/generic-api-service/royal/hotel/book/cancel' \
--header 'Accept-Language: en-us' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <token>' \
--data '{
"reservationId": "ETSR2014683530",
"roomConfirmationCodes": [
"ETSR2014683530230886"
]
}'