@@ -45,7 +45,7 @@ All URIs are relative to *https://api.mypurecloud.com*
4545
4646<a name =" deleteAlertingHeartbeatAlert " ></a >
4747
48- # null deleteAlertingHeartbeatAlert(alertId)
48+ # void deleteAlertingHeartbeatAlert(alertId)
4949
5050DELETE /api/v2/alerting/heartbeat/alerts/{alertId}
5151
@@ -86,11 +86,11 @@ apiInstance.deleteAlertingHeartbeatAlert(alertId)
8686
8787### Return type
8888
89- null (empty response body)
89+ void (no response body)
9090
9191<a name =" deleteAlertingHeartbeatRule " ></a >
9292
93- # null deleteAlertingHeartbeatRule(ruleId)
93+ # void deleteAlertingHeartbeatRule(ruleId)
9494
9595DELETE /api/v2/alerting/heartbeat/rules/{ruleId}
9696
@@ -131,11 +131,11 @@ apiInstance.deleteAlertingHeartbeatRule(ruleId)
131131
132132### Return type
133133
134- null (empty response body)
134+ void (no response body)
135135
136136<a name =" deleteAlertingInteractionstatsAlert " ></a >
137137
138- # null deleteAlertingInteractionstatsAlert(alertId)
138+ # void deleteAlertingInteractionstatsAlert(alertId)
139139
140140DELETE /api/v2/alerting/interactionstats/alerts/{alertId}
141141
@@ -176,11 +176,11 @@ apiInstance.deleteAlertingInteractionstatsAlert(alertId)
176176
177177### Return type
178178
179- null (empty response body)
179+ void (no response body)
180180
181181<a name =" deleteAlertingInteractionstatsRule " ></a >
182182
183- # null deleteAlertingInteractionstatsRule(ruleId)
183+ # void deleteAlertingInteractionstatsRule(ruleId)
184184
185185DELETE /api/v2/alerting/interactionstats/rules/{ruleId}
186186
@@ -221,11 +221,11 @@ apiInstance.deleteAlertingInteractionstatsRule(ruleId)
221221
222222### Return type
223223
224- null (empty response body)
224+ void (no response body)
225225
226226<a name =" deleteAlertingRoutingstatusAlert " ></a >
227227
228- # null deleteAlertingRoutingstatusAlert(alertId)
228+ # void deleteAlertingRoutingstatusAlert(alertId)
229229
230230DELETE /api/v2/alerting/routingstatus/alerts/{alertId}
231231
@@ -266,11 +266,11 @@ apiInstance.deleteAlertingRoutingstatusAlert(alertId)
266266
267267### Return type
268268
269- null (empty response body)
269+ void (no response body)
270270
271271<a name =" deleteAlertingRoutingstatusRule " ></a >
272272
273- # null deleteAlertingRoutingstatusRule(ruleId)
273+ # void deleteAlertingRoutingstatusRule(ruleId)
274274
275275DELETE /api/v2/alerting/routingstatus/rules/{ruleId}
276276
@@ -311,11 +311,11 @@ apiInstance.deleteAlertingRoutingstatusRule(ruleId)
311311
312312### Return type
313313
314- null (empty response body)
314+ void (no response body)
315315
316316<a name =" deleteAlertingUserpresenceAlert " ></a >
317317
318- # null deleteAlertingUserpresenceAlert(alertId)
318+ # void deleteAlertingUserpresenceAlert(alertId)
319319
320320DELETE /api/v2/alerting/userpresence/alerts/{alertId}
321321
@@ -356,11 +356,11 @@ apiInstance.deleteAlertingUserpresenceAlert(alertId)
356356
357357### Return type
358358
359- null (empty response body)
359+ void (no response body)
360360
361361<a name =" deleteAlertingUserpresenceRule " ></a >
362362
363- # null deleteAlertingUserpresenceRule(ruleId)
363+ # void deleteAlertingUserpresenceRule(ruleId)
364364
365365DELETE /api/v2/alerting/userpresence/rules/{ruleId}
366366
@@ -401,7 +401,7 @@ apiInstance.deleteAlertingUserpresenceRule(ruleId)
401401
402402### Return type
403403
404- null (empty response body)
404+ void (no response body)
405405
406406<a name =" getAlertingHeartbeatAlert " ></a >
407407
0 commit comments