delete https://{api_url}/api/v5//members//bookings//attendees/
Deletes booking's attendees after it was added to booking
Log in to see full request history
Response
204Remove Attendee
Deletes booking's attendees after it was added to booking
204Remove Attendee
xxxxxxxxxx
curl --request DELETE \
--url 'https://example.jrni.com/api/v5/company_id/members/member_id/bookings/space_id/attendees/attendee_id?notify_member=true' \
--header 'accept: application/json'
Try It!
to start a request and see the response here!