Removes a guest email address from an appointment’s attendee list
cURL
curl --request DELETE \ --url https://api.example.com/v4/appointment/{appointmentId}/guest \ --header 'Content-Type: application/json' \ --header 'x-meetergo-api-user-id: <api-key>' \ --data ' { "attendeeId": "<string>", "email": "[email protected]" } '
User ID to act as when using API Key authentication (required with API Key)
The unique identifier of the appointment
Guest email address to remove from the appointment