DeleteChannel[channel]
deletes the specified channel from the channel broker server.
DeleteChannel[{channel1,channel2,…}]
deletes all the channeli.
deletes all channels owned by the currently authenticated user.
DeleteChannel
DeleteChannel[channel]
deletes the specified channel from the channel broker server.
DeleteChannel[{channel1,channel2,…}]
deletes all the channeli.
deletes all channels owned by the currently authenticated user.
Details and Options
- DeleteChannel can remove only channels owned by the current user.
- DeleteObject[ChannelObject[…]] is equivalent to DeleteChannel[ChannelObject[…]].
Examples
open all close allBasic Examples (1)
Delete a channel using a ChannelObject specification:
CreateChannel[]DeleteChannel[%]Scope (3)
CreateChannel["x"]DeleteChannel["x"]Table[CreateChannel[], {3}]DeleteChannel[%]CreateChannel[]CreateChannel["x"]DeleteChannel[All]Properties & Relations (3)
DeleteChannel returns a ChannelObject representing the channel that was deleted:
channel = CreateChannel[]DeleteChannel[channel]The ChannelObject no longer corresponds to a channel on the broker:
Options[channel]DeleteObject is an alternative way to delete a channel:
channel = CreateChannel[]DeleteObject[channel]Use FindChannels[All] to list channels that DeleteChannel[All] would delete:
CreateChannel[]CreateChannel["x"]FindChannels[All]DeleteChannel[All]Related Guides
Text
Wolfram Research (2016), DeleteChannel, Wolfram Language function, https://reference.wolfram.com/language/ref/DeleteChannel.html (updated 2020).
CMS
Wolfram Language. 2016. "DeleteChannel." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/DeleteChannel.html.
APA
Wolfram Language. (2016). DeleteChannel. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DeleteChannel.html
BibTeX
@misc{reference.wolfram_2026_deletechannel, author="Wolfram Research", title="{DeleteChannel}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/DeleteChannel.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_deletechannel, organization={Wolfram Research}, title={DeleteChannel}, year={2020}, url={https://reference.wolfram.com/language/ref/DeleteChannel.html}, note=[Accessed: 13-June-2026]}