delete_call_analytics_job

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

Request Syntax

response = client.delete_call_analytics_job(
    CallAnalyticsJobName='string'
)
Parameters
CallAnalyticsJobName (string) --

[REQUIRED]

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

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

  • TranscribeService.Client.exceptions.LimitExceededException
  • TranscribeService.Client.exceptions.BadRequestException
  • TranscribeService.Client.exceptions.InternalFailureException