Skip to content

Delete Speaker

voiceid_delete_speaker R Documentation

Deletes the specified speaker from Voice ID

Description

Deletes the specified speaker from Voice ID.

Usage

voiceid_delete_speaker(DomainId, SpeakerId)

Arguments

DomainId

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

SpeakerId

[required] The identifier of the speaker you want to delete.

Value

An empty list.

Request syntax

svc$delete_speaker(
  DomainId = "string",
  SpeakerId = "string"
)