Skip to main content
POST
Cancel a reservation

Authorizations

Authorization
string
header
default:your_token_here
required

Restaurant-scoped partner API token passed as Authorization: Bearer <token>.

Path Parameters

id
string
required

EatNow reservation identifier used as the canonical partner API resource id.

Minimum string length: 1

Body

application/json

Optional cancellation payload. Include a reason when the partner wants the cancellation reason persisted on the reservation.

Optional cancellation payload. Provide a reason when the integrating partner wants to persist one.

reason
string

Optional plain-text cancellation reason stored on the reservation.

Minimum string length: 1

Response

Canceled reservation detail

data
object
required