:doc:`TranscribeService <../../transcribe>` / Client / delete_call_analytics_category

******************************
delete_call_analytics_category
******************************



.. py:method:: TranscribeService.Client.delete_call_analytics_category(**kwargs)

  

  Deletes a Call Analytics category. To use this operation, specify the name of the category you want to delete using ``CategoryName``. Category names are case sensitive.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/DeleteCallAnalyticsCategory>`_  


  **Request Syntax**
  ::

    response = client.delete_call_analytics_category(
        CategoryName='string'
    )
    
  :type CategoryName: string
  :param CategoryName: **[REQUIRED]** 

    The name of the Call Analytics category you want to delete. Category names are case sensitive.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`TranscribeService.Client.exceptions.NotFoundException`

  
  *   :py:class:`TranscribeService.Client.exceptions.LimitExceededException`

  
  *   :py:class:`TranscribeService.Client.exceptions.BadRequestException`

  
  *   :py:class:`TranscribeService.Client.exceptions.InternalFailureException`

  