library
turbot/discord
OverviewPipelines
0
Triggers
0
Variables
GitHub

Delete Channel

Delete a channel, or close a private message.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run discord.pipeline.delete_channel \
--arg 'channel_id=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = discord.pipeline.delete_channel
args = {
channel_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credential to use to authenticate with Discord.default
channel_idstringYesThe ID of the channel to delete.-

Outputs

NameDescription
channelThe deleted channel.