DeleteCallAnalyticsCategory
Source:
src/AWS/Transcribe/DeleteCallAnalyticsCategory.ts
Runtime binding for transcribe:DeleteCallAnalyticsCategory — delete a Call Analytics category.
Amazon Transcribe batch actions have no resource-level IAM; the host is
granted transcribe:DeleteCallAnalyticsCategory on *.
Call Analytics Categories
Section titled “Call Analytics Categories”// initconst deleteCallAnalyticsCategory = yield* AWS.Transcribe.DeleteCallAnalyticsCategory();
// runtimeyield* deleteCallAnalyticsCategory({ CategoryName: "long-silence" });