← Slack Bot

Delete Message with Slack Bot API

Pipedream makes it easy to connect APIs for Slack Bot and 1,600+ other apps remarkably fast.

Trigger workflow on
HTTP requests, schedules and app events
Next, do this
Delete Message with the Slack Bot API
No credit card required
Intro to Pipedream
Watch us build a workflow
Watch us build a workflow
7 min
Watch now ➜

Trusted by 750,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo

Developers Pipedream

Getting Started

Create a workflow to Delete Message with the Slack Bot API. When you configure and deploy the workflow, it will run on Pipedream's servers 24x7 for free.

  1. Configure the Delete Message action
    1. Connect your Slack Bot account
    2. Select a Channel
    3. Optional- Configure Timestamp
  2. Select a trigger to run your workflow on HTTP requests, schedules or app events
  3. Deploy the workflow
  4. Send a test event to validate your setup
  5. Turn on the trigger

Integrations

Delete Message with Slack Bot API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Slack Bot
 
Try it
Delete Message with Slack Bot API on New Submission from Typeform API
Typeform + Slack Bot
 
Try it
Delete Message with Slack Bot API on Custom Events from Zoom API
Zoom + Slack Bot
 
Try it
Delete Message with Slack Bot API on New Submission (Instant) from Jotform API
Jotform + Slack Bot
 
Try it
Delete Message with Slack Bot API on New Custom Webhook Events from Stripe API
Stripe + Slack Bot
 
Try it

Details

This is a pre-built, source-available component from Pipedream's GitHub repo. The component is developed by Pipedream and the community, and verified and maintained by Pipedream.

To contribute an update to an existing component or create a new component, create a PR on GitHub. If you're new to Pipedream component development, you can start with quickstarts for trigger span and action development, and then review the component API reference.

Delete Message on Slack Bot
Description:Delete a message (Bot). [See docs here](https://api.slack.com/methods/chat.delete)
Version:0.0.2
Key:slack_bot-delete-message

Code

import component from "../../../slack/actions/delete-message/delete-message.mjs";
import utils from "../../common/utils.mjs";

/* eslint-disable pipedream/required-properties-type */
/* eslint-disable pipedream/required-properties-name */

export default {
  ...component,
  props: utils.buildAppProps({
    component,
    omitProps: [
      "as_user",
    ],
  }),
  key: "slack_bot-delete-message",
  description: "Delete a message (Bot). [See docs here](https://api.slack.com/methods/chat.delete)",
  version: "0.0.2",
};

Configuration

This component may be configured based on the props defined in the component code. Pipedream automatically prompts for input values in the UI and CLI.
LabelPropTypeDescription
Slack BotslackappThis component uses the Slack Bot app.
ChannelconversationstringSelect a value from the drop down menu.
Timestamptimestampstring

Timestamp of the relevant data.

Authentication

Slack Bot uses API keys for authentication. When you connect your Slack Bot account, Pipedream securely stores the keys so you can easily authenticate to Slack Bot APIs in both code and no-code steps.

In the settings for your Slack app, visit the OAuth & Permissions section on the left. You'll see a token labeled Bot User OAuth Access Token. Copy and paste that below.

See Slack's docs on Bot User Tokens for more info.

About Slack Bot

Interact with Slack with your own bot user

More Ways to Use Slack Bot

Triggers

New Direct Message from the Slack Bot API

Emit new event when a message is posted in a direct message channel (Bot). To open a conversation, use the Pipedream Action "Send a Direct Message" to send a message from the Bot, or enable direct messages to the Bot in your App Settings (Settings->App Home->Show Tabs->Messages Tab), and send a direct message to the Bot.

 
Try it
New Message In Channel from the Slack Bot API

Emit new event when a new message is posted to a public, private or group channel (Bot)

 
Try it

Actions

Archive Channel with the Slack Bot API

Archive a channel (Bot). See docs here

 
Try it
Create a Channel with the Slack Bot API

Create a new channel (Bot). See docs here

 
Try it
Delete File with the Slack Bot API

Delete a file (Bot). See docs here

 
Try it
Find User by Email with the Slack Bot API

Find a user by matching against their email (Bot). See docs here

 
Try it
Get Channel with the Slack Bot API

Return information about a workspace channel (Bot). See docs here

 
Try it

Explore Other Apps

1
-
12
of
1,600+
apps by most popular

HTTP / Webhook
HTTP / Webhook
Get a unique URL where you can send HTTP or webhook requests
Node
Node
Anything you can do with Node.js, you can do in a Pipedream workflow. This includes using most of npm's 400,000+ packages.
Beta
Python
Python
Anything you can do in Python can be done in a Pipedream Workflow. This includes using any of the 350,000+ PyPi packages available in your Python powered workflows.
Schedule
Schedule
Trigger workflows on an interval or cron schedule.
Beta
Data Stores
Data Stores
Use Pipedream Data Stores to manage state throughout your workflows.
Telegram Bot
Telegram Bot
Telegram is a cloud-based instant messaging and voice over IP service
OpenAI (ChatGPT)
OpenAI (ChatGPT)
OpenAI is an AI research and deployment company with the mission to ensure that artificial general intelligence benefits all of humanity. They are the makers of popular models like ChatGPT, DALL-E, and Whisper.
Google Sheets
Google Sheets
With Google Sheets, you can create, edit, and collaborate wherever you are
Discord
Discord
Use this app to create a Discord source that emits messages from your guild to a Pipedream workflow.
GitHub
GitHub
Where the world builds software. Millions of developers and companies build, ship, and maintain their software on GitHub—the largest and most advanced development platform in the world.
Formatting
Formatting
Pre-built actions to make formatting and manipulating data within your workflows easier.
Slack
Slack
Slack is a channel-based messaging platform. With Slack, people can work together more effectively, connect all their software tools and services, and find the information they need to do their best work — all within a secure, enterprise-grade environment.