PrometheusService / Client / delete_rule_groups_namespace
delete_rule_groups_namespace#
- PrometheusService.Client.delete_rule_groups_namespace(**kwargs)#
- Deletes one rule groups namespace and its associated rule groups definition. - See also: AWS API Documentation - Request Syntax- response = client.delete_rule_groups_namespace( clientToken='string', name='string', workspaceId='string' ) - Parameters:
- clientToken (string) – - A unique identifier that you can provide to ensure the idempotency of the request. Case-sensitive. - This field is autopopulated if not provided. 
- name (string) – - [REQUIRED] - The name of the rule groups namespace to delete. 
- workspaceId (string) – - [REQUIRED] - The ID of the workspace containing the rule groups namespace and definition to delete. 
 
- Returns:
- None 
 - Exceptions- PrometheusService.Client.exceptions.ThrottlingException
- PrometheusService.Client.exceptions.ConflictException
- PrometheusService.Client.exceptions.ValidationException
- PrometheusService.Client.exceptions.ResourceNotFoundException
- PrometheusService.Client.exceptions.AccessDeniedException
- PrometheusService.Client.exceptions.InternalServerException