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

*************************
delete_call_analytics_job
*************************



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

  

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

  

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


  **Request Syntax**
  ::

    response = client.delete_call_analytics_job(
        CallAnalyticsJobName='string'
    )
    
  :type CallAnalyticsJobName: string
  :param CallAnalyticsJobName: **[REQUIRED]** 

    The name of the Call Analytics job you want to delete. Job names are case sensitive.

    

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

    
    ::

      {}
      
    **Response Structure**

    

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

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

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

  