| Package | Description |
|---|---|
| com.datadog.api.client.v2.api |
| Modifier and Type | Method and Description |
|---|---|
IncidentsApi.DeleteIncidentNotificationRuleOptionalParameters |
IncidentsApi.DeleteIncidentNotificationRuleOptionalParameters.include(String include)
Set include.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IncidentsApi.deleteIncidentNotificationRule(UUID id,
IncidentsApi.DeleteIncidentNotificationRuleOptionalParameters parameters)
Delete an incident notification rule.
|
CompletableFuture<Void> |
IncidentsApi.deleteIncidentNotificationRuleAsync(UUID id,
IncidentsApi.DeleteIncidentNotificationRuleOptionalParameters parameters)
Delete an incident notification rule.
|
ApiResponse<Void> |
IncidentsApi.deleteIncidentNotificationRuleWithHttpInfo(UUID id,
IncidentsApi.DeleteIncidentNotificationRuleOptionalParameters parameters)
Deletes a notification rule by its ID.
|
CompletableFuture<ApiResponse<Void>> |
IncidentsApi.deleteIncidentNotificationRuleWithHttpInfoAsync(UUID id,
IncidentsApi.DeleteIncidentNotificationRuleOptionalParameters parameters)
Delete an incident notification rule.
|
Copyright © 2026. All rights reserved.