Schedule
Delete timeslot
1min
Delete an existing timeslot in an event
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
{timeslotId}
required
Number
The id of the timeslot you are trying to delete
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
Curl
1curl --location -g --request DELETE 'https://api.brella.io/api/integration/organizations/{organizationId}/events/{eventId}/timeslots/{timeslotId}' \
2--header 'Brella-API-Access-Token: String' \
3--header 'Accept: application/vnd.brella.v4+json' \
4--header 'Content-Type: application/json'
Responses
200
1{
2 "data": [
3 {
4 "id": "107877",
5 "type": "timeslot",
6 "attributes": {
7 "title": "Updated title of your session",
8 "reservable": "false",
9 "duration": "90",
10 "location": "Main hall and Venue",
11 "content": {
12 "blocks": [
13 {
14 "text": "You can write ",
15 "type": "unstyled",
16 "depth": "0",
17 "entity-ranges": [],
18 "inline-style-ranges": []
19 },
20 {
21 "text": "html",
22 "type": "unstyled",
23 "depth": "0",
24 "entity-ranges": [],
25 "inline-style-ranges": []
26 },
27 {
28 "text": " or just have a string. Anything here will be converted to DraftJs-consumable object",
29 "type": "unstyled",
30 "depth": "0",
31 "entity-ranges": [],
32 "inline-style-ranges": []
33 }
34 ],
35 "entity-map": {}
36 },
37 "subtitle": "",
38 "highlight-position": {},
39 "stream-link": {},
40 "chat-channel-id": "timeslot-107877",
41 "start-time": "2025-11-27T00:30:00.000Z",
42 "end-time": "2025-11-27T02:00:00.000Z",
43 "tag-order": [
44 "74339",
45 "74340",
46 "74341",
47 "74342",
48 "74583"
49 ]
50 },
51 "relationships": {
52 "tags": {
53 "data": [
54 {
55 "id": "74339",
56 "type": "tag"
57 },
58 {
59 "id": "74340",
60 "type": "tag"
61 },
62 {
63 "id": "74341",
64 "type": "tag"
65 },
66 {
67 "id": "74342",
68 "type": "tag"
69 },
70 {
71 "id": "74583",
72 "type": "tag"
73 }
74 ]
75 },
76 "locations": {
77 "data": [
78 {
79 "id": "74343",
80 "type": "tag"
81 }
82 ]
83 },
84 "speaker-assignments": {
85 "data": []
86 },
87 "speakers": {
88 "data": []
89 },
90 "tabs": {
91 "data": []
92 },
93 "attendee-groups": {
94 "data": []
95 },
96 "event": {
97 "data": {
98 "id": "197444",
99 "type": "event"
100 }
101 }
102 }
103 }
104 ],
105 "included": [
106 {
107 "id": "74339",
108 "type": "tag",
109 "attributes": {
110 "name": "Track 1",
111 "color": "#58D78E",
112 "updated-at": "2023-03-24T10:06:02.026Z",
113 "created-at": "2023-03-24T10:06:02.026Z"
114 },
115 "relationships": {
116 "event": {
117 "data": {
118 "id": "197444",
119 "type": "event"
120 }
121 }
122 }
123 },
124 {
125 "id": "74340",
126 "type": "tag",
127 "attributes": {
128 "name": "Keynote 1",
129 "color": "#58D78E",
130 "updated-at": "2023-03-24T10:06:02.038Z",
131 "created-at": "2023-03-24T10:06:02.038Z"
132 },
133 "relationships": {
134 "event": {
135 "data": {
136 "id": "197444",
137 "type": "event"
138 }
139 }
140 }
141 },
142 {
143 "id": "74341",
144 "type": "tag",
145 "attributes": {
146 "name": "UX",
147 "color": "#58D78E",
148 "updated-at": "2023-03-24T10:06:02.048Z",
149 "created-at": "2023-03-24T10:06:02.048Z"
150 },
151 "relationships": {
152 "event": {
153 "data": {
154 "id": "197444",
155 "type": "event"
156 }
157 }
158 }
159 },
160 {
161 "id": "74342",
162 "type": "tag",
163 "attributes": {
164 "name": "AI",
165 "color": "#58D78E",
166 "updated-at": "2023-03-24T10:06:02.057Z",
167 "created-at": "2023-03-24T10:06:02.057Z"
168 },
169 "relationships": {
170 "event": {
171 "data": {
172 "id": "197444",
173 "type": "event"
174 }
175 }
176 }
177 },
178 {
179 "id": "74583",
180 "type": "tag",
181 "attributes": {
182 "name": "A test tag",
183 "color": "#58D78E",
184 "updated-at": "2023-03-27T08:45:11.105Z",
185 "created-at": "2023-03-27T08:45:11.105Z"
186 },
187 "relationships": {
188 "event": {
189 "data": {
190 "id": "197444",
191 "type": "event"
192 }
193 }
194 }
195 },
196 {
197 "id": "74343",
198 "type": "tag",
199 "attributes": {
200 "name": "Main hall and Venue",
201 "color": "#58D78E",
202 "updated-at": "2023-03-24T10:06:02.065Z",
203 "created-at": "2023-03-24T10:06:02.065Z"
204 },
205 "relationships": {
206 "event": {
207 "data": {
208 "id": "197444",
209 "type": "event"
210 }
211 }
212 }
213 }
214 ],
215 "meta": {
216 "failures": []
217 }
218}
Updated 17 Apr 2023
Did this page help you?