Delete Domain
| voiceid_delete_domain | R Documentation | 
Deletes the specified domain from Voice ID¶
Description¶
Deletes the specified domain from Voice ID.
Usage¶
voiceid_delete_domain(DomainId)
Arguments¶
| DomainId | [required] The identifier of the domain you want to delete. | 
Value¶
An empty list.
Request syntax¶
svc$delete_domain(
  DomainId = "string"
)