RemoveAudioMatchClipMetadata

Removes custom metadata (a key-value pair) from an audio match clip.

Type: synchronous

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

Example

/action=RemoveAudioMatchClipMetadata&database=music
                                    &identifier=8b40bcf6232a9d3ce9614fd9debe896b
                                    &key=composer

Response

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