Skip to main content
DELETE
/
v4
/
booking-link
/
group
/
{groupBookingLinkId}
Delete a group booking link
curl --request DELETE \
  --url https://api.example.com/v4/booking-link/group/{groupBookingLinkId} \
  --header 'x-meetergo-api-user-id: <api-key>'

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

Group booking link ID

Response

200 - undefined