<%= 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:
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.
The response will be an empty JSON array, for example:
[]
The response will be an empty XML array, for example:
<?xml version="1.0" encoding="UTF-8"?>
<nil-classes type="array" />