Slack

SLACKBOT_DELETE_A_REMINDER

Deletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.

Remote slackbot

Other tools also called SLACKBOT_DELETE_A_REMINDER? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "reminder": {
      "type": "string",
      "title": "Reminder",
      "examples": [
        "Rm1234567890"
      ],
      "description": "The unique identifier of the reminder to be deleted. This ID is obtained when a reminder is created or listed."
    }
  }
}
          

Provider

Slack →