Slack
SLACKBOT_DELETE_CANVAS
Deletes a Slack Canvas permanently.
Remote slackbot
Other tools also called SLACKBOT_DELETE_CANVAS?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"canvas_id": {
"type": "string",
"title": "Canvas Id",
"examples": [
"F01234ABCDE"
],
"description": "The unique identifier of the canvas to delete"
}
}
}