Delete timeslot
1 min
Delete an existing timeslot
Delete an existing timeslot in an event
DELETE
https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/timeslots/{timeslotId}
curl --location -g --request DELETE 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/timeslots/{timeslotId}' \
--header 'Brella-API-Access-Token: String' \
--header 'Accept: application/vnd.brella.v4+json' \
--header 'Content-Type: application/json'