View source: R/voiceid_operations.R
voiceid_delete_watchlist | R Documentation |
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.
voiceid_delete_watchlist(DomainId, WatchlistId)
DomainId |
[required] The identifier of the domain that contains the watchlist. |
WatchlistId |
[required] The identifier of the watchlist to be deleted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.