| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
DeleteAppResponse |
AppBuilderApi.deleteApp(UUID appId)
Delete App.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<DeleteAppResponse> |
AppBuilderApi.deleteAppAsync(UUID appId)
Delete App.
|
ApiResponse<DeleteAppResponse> |
AppBuilderApi.deleteAppWithHttpInfo(UUID appId)
Delete a single app.
|
CompletableFuture<ApiResponse<DeleteAppResponse>> |
AppBuilderApi.deleteAppWithHttpInfoAsync(UUID appId)
Delete App.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAppResponse |
DeleteAppResponse.data(DeleteAppResponseData data) |
DeleteAppResponse |
DeleteAppResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2026. All rights reserved.