Workbooks - Delete
Delete a workbook.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}?api-version=2021-08-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
string |
The name of the resource group. The name is case insensitive. |
resource
|
path | True |
string |
The name of the Application Insights component resource. |
subscription
|
path | True |
string |
The ID of the target subscription. |
api-version
|
query | True |
string |
The API version to use for this operation. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
The workbook has been successfully deleted. |
|
204 No Content |
The resource doesn't exist. |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
WorkbookDelete
Sample request
Sample response
Definitions
Name | Description |
---|---|
Workbook |
Error response. |
Workbook |
Error definition. |
Workbook |
Error details |
WorkbookError
Error response.
Name | Type | Description |
---|---|---|
error |
The error details. |
WorkbookErrorDefinition
Error definition.
Name | Type | Description |
---|---|---|
code |
string |
Service specific error code which serves as the substatus for the HTTP error code. |
innererror |
Internal error details. |
|
message |
string |
Description of the error. |
WorkbookInnerErrorTrace
Error details
Name | Type | Description |
---|---|---|
trace |
string[] |
detailed error trace |