Delete Fraudster
| voiceid_delete_fraudster | R Documentation | 
Deletes the specified fraudster from Voice ID¶
Description¶
Deletes the specified fraudster from Voice ID. This action disassociates the fraudster from any watchlists it is a part of.
Usage¶
voiceid_delete_fraudster(DomainId, FraudsterId)
Arguments¶
| DomainId | [required] The identifier of the domain that contains the fraudster. | 
| FraudsterId | [required] The identifier of the fraudster you want to delete. | 
Value¶
An empty list.
Request syntax¶
svc$delete_fraudster(
  DomainId = "string",
  FraudsterId = "string"
)