IoTFleetWise / Client / delete_signal_catalog
delete_signal_catalog#
- IoTFleetWise.Client.delete_signal_catalog(**kwargs)#
- Deletes a signal catalog. - Note - If the signal catalog is successfully deleted, Amazon Web Services IoT FleetWise sends back an HTTP 200 response with an empty body. - See also: AWS API Documentation - Request Syntax - response = client.delete_signal_catalog( name='string' ) - Parameters:
- name (string) – - [REQUIRED] - The name of the signal catalog to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'name': 'string', 'arn': 'string' } - Response Structure - (dict) – - name (string) – - The name of the deleted signal catalog. 
- arn (string) – - The Amazon Resource Name (ARN) of the deleted signal catalog. 
 
 
 - Exceptions - IoTFleetWise.Client.exceptions.InternalServerException
- IoTFleetWise.Client.exceptions.ConflictException
- IoTFleetWise.Client.exceptions.ThrottlingException
- IoTFleetWise.Client.exceptions.ValidationException
- IoTFleetWise.Client.exceptions.AccessDeniedException