Delete metacounter
This action deletes one or more items of a channel metacounter. Metacounter is additional information about a channel that is a collection of of key-value pairs where the value is always an integer.
Note: See the channel overview 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 metacounter is. |
Optional | Type | Description |
---|---|---|
key | string | Specifies the key of the metacounter item. If not specified, all items of the metacounter 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.