Delete metadata
This action deletes key-value items used to store additional information about a channel. You can delete a specific item using its key or delete all items.
Note: See this page to learn more about differences among data properties.
HTTP request
Parameters
The following table lists the parameters that this action supports.
Parameters
Required | Type | Description |
---|---|---|
channel_type | string | Specifies the type of a channel. Acceptable values are |
channel_url | string | Specifies the URL of a channel where the metadata is. |
Optional | Type | Description |
---|---|---|
key | string | Specifies the key of a metadata item. If not specified, all items of the metadata are deleted. If specified, only the item that matches the parameter value is deleted. URL encoding a key is recommended. |
Responses
If successful, this action returns an empty response body.
Error
In the case of an error, an error object like below is returned. See the error codes section for more details.