RSVP & Session check-in
Delete RSVP from timeslot
1 min
tab examples url https api brella io api integration organizations organizationid events eventid attendance registrations name delete rsvp from timeslot method delete request pathparameters kind required name organizationid type number children description the id of the brella organization you are trying to retrieve data from kind required name eventid type number children description the id of the brella event you are trying to retrieve data from queryparameters name timeslotid kind required type number description the id of the timeslot the reservation belongs to children name attendeeid kind required type number description the id of the attendee who has reserved the timeslot children headerparameters kind required name brella api access token type string children description your unique brella api key kind required name accept type string children description application vnd brella v4 json kind required name content type type string children description application json bodydataparameters formdataparameters results languages id psobomoj9uo00ibrqhmgp code n data n id 5585 n type attendance registration n attributes n checked in at null n n relationships n timeslot n data n id 17516 n type timeslot n n n user n data n id 1071272 n type user n n n n n language 200 customlabel selectedlanguageid psobomoj9uo00ibrqhmgp examples languages id ovebwgmczitmebch0mkn code curl location g request delete https api brella io api integration organizations organizationid events eventid attendance registrations?timeslot id timeslotid 4 attendee id attendeeid n header brella api access token string n header accept application vnd brella v4 json n header content type application json n language curl customlabel selectedlanguageid ovebwgmczitmebch0mkn description delete an rsvp from a timeslot currentnewparameter label query parameter value queryparameters request body not required notes the timeslot id and attendee id should be passed as path parameters in the url (instead of in the body) — the post request allows two options (passing it in the body of the request, or as a path parameter the delete request only supports passing these values as query parameters