Slack
SLACK_DELETE_A_SLACK_REMINDER
Deletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.
Remote slack
Other tools also called SLACK_DELETE_A_SLACK_REMINDER?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"reminder": {
"type": "string",
"description": "The unique identifier of the reminder to be deleted. This ID is obtained when a reminder is created or listed.\nExample: \"Rm1234567890\""
}
}
}