delete_call_analytics_category

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

Request Syntax

response = client.delete_call_analytics_category(
    CategoryName='string'
)
Parameters
CategoryName (string) --

[REQUIRED]

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

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

Exceptions

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