V3 > Metadata

Bulk delete metadata.

Deletes metadata specified in the request associated with the provided channel.

delete/2/vod/channels/{channel}/metadata

Path parameters

channelinteger required

The Channel unique identifier

Query parameters

namestring required

a string free of XSS payloads

[
  {
    "name": "\"Hello World\""
  }
]

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.