:doc:`IoTFleetWise <../../iotfleetwise>` / Client / delete_signal_catalog

*********************
delete_signal_catalog
*********************



.. py:method:: IoTFleetWise.Client.delete_signal_catalog(**kwargs)

  

  Deletes a signal catalog.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotfleetwise-2021-06-17/DeleteSignalCatalog>`_  


  **Request Syntax**
  ::

    response = client.delete_signal_catalog(
        name='string'
    )
    
  :type name: string
  :param name: **[REQUIRED]** 

    The name of the signal catalog to delete.

    

  
  
  :rtype: 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**
  
  *   :py:class:`IoTFleetWise.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ConflictException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ThrottlingException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTFleetWise.Client.exceptions.AccessDeniedException`

  