RSVP & Session check-in
Delete RSVP from timeslot
1min
Delete an RSVP from a timeslot
DELETE
Request
Path Params
{organizationId}
required
Number
The id of the Brella organization you are trying to retrieve data from
{eventId}
required
Number
The id of the Brella event you are trying to retrieve data from
Query Parameters
{timeslotId}
required
Number
The ID of the timeslot the reservation belongs to
{attendeeId}
required
Number
The ID of the attendee who has reserved the timeslot
Header Parameters
Brella-API-Access-Token
required
String
Your unique Brella API key
Accept
required
String
application/vnd.brella.v4+json
Content-Type
required
String
application/json
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.
Updated 26 Aug 2024
Did this page help you?