voiceid_delete_watchlist: Deletes the specified watchlist from Voice ID

View source: R/voiceid_operations.R

voiceid_delete_watchlistR Documentation

Deletes the specified watchlist from Voice ID

Description

Deletes the specified watchlist from Voice ID. This API throws an exception when there are fraudsters in the watchlist that you are trying to delete. You must delete the fraudsters, and then delete the watchlist. Every domain has a default watchlist which cannot be deleted.

See https://www.paws-r-sdk.com/docs/voiceid_delete_watchlist/ for full documentation.

Usage

voiceid_delete_watchlist(DomainId, WatchlistId)

Arguments

DomainId

[required] The identifier of the domain that contains the watchlist.

WatchlistId

[required] The identifier of the watchlist to be deleted.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.