DELETE: Delete a Channel
Delete the channel that has the specified ID. To get the ID of a specific channel, see GET List: Get List of Channels.
The channel must be in a state that allows it to be deleted. To check the status, use GET Channel. For information on the status, see Channel Status Elements.
HTTP Request and
Response
Request URL
DELETE http://<Conductor IP address>/channels/<ID of channel>
Call Header
-
Accept: Set to application/xml
If you are implementing user authentication, you must also include three authorization headers; see Header Content for User Authentication.
Example
This request deletes the channel with the ID 2.
DELETE http://198.51.100.0/channels/2