<%= render 'response' %>
Clear a Channel
To clear all feed data from a Channel, send an HTTP DELETE to <%= @ssl_api_domain %>channels/CHANNEL_ID/feeds.json.xml
.
Valid parameters:
- api_key (string) - User's API Key; please note that this is different than a Channel API key, and can be found in your account details. (required).
Example DELETE:
DELETE <%= @ssl_api_domain %>channels/4/feeds.json.xml
api_key=<%= @user_api_key %>
The response will be a webpage with your Channel.