<%= render 'response' %>
Delete a Channel
To create a new Channel, send an HTTP DELETE to <%= @ssl_api_domain %>channels/CHANNEL_ID.json.xml
,
replacing CHANNEL_ID with the ID of your Channel.
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.json.xml
api_key=<%= @user_api_key %>
The response will be a webpage with a list of Channels.