RemoveSpeakerMetadata

Removes custom metadata (a key-value pair) from a speaker.

Type: synchronous

Parameter Description Required
database The name of the database that contains the speaker. Yes
identifier The identifier of the speaker that you want to remove metadata from. Yes
key The name of the key for the key-value pair to remove. Yes

Example

/action=RemoveSpeakerMetadata&database=news
                             &identifier=JohnSmith
                             &key=category

Response

<autnresponse>
    <action>REMOVESPEAKERMETADATA</action>
    <response>SUCCESS</response>
    <responsedata></responsedata>
</autnresponse>