ApplicationInsights / Client / delete_component
delete_component#
- ApplicationInsights.Client.delete_component(**kwargs)#
Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.
See also: AWS API Documentation
Request Syntax
response = client.delete_component( ResourceGroupName='string', ComponentName='string' )
- Parameters:
ResourceGroupName (string) –
[REQUIRED]
The name of the resource group.
ComponentName (string) –
[REQUIRED]
The name of the component.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
ApplicationInsights.Client.exceptions.ResourceNotFoundException
ApplicationInsights.Client.exceptions.ValidationException
ApplicationInsights.Client.exceptions.InternalServerException