Skip to main content
POST
/
v4
/
provisional-booking
/
{id}
/
decline
Decline provisional booking
curl --request POST \
  --url https://api.example.com/v4/provisional-booking/{id}/decline \
  --header 'Content-Type: application/json' \
  --header 'x-meetergo-api-user-id: <api-key>' \
  --data '
{
  "reason": "<string>"
}
'

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

id
string
required

Provisional booking ID

Body

application/json
reason
string

Reason for declining the booking request

Response

Successfully declined provisional booking