
Slack Delete
CertifiedDelete a canvas
Slack Delete
Certified
Delete a canvas
Permanently deletes the specified canvas; Slack cannot recover it after deletion.
yaml
type: io.kestra.plugin.slack.app.canvases.DeleteExamples
Delete a canvas
yaml
id: slack_delete_canvas
namespace: company.team
tasks:
- id: delete_canvas
type: io.kestra.plugin.slack.app.canvases.Delete
token: "{{ secret('SLACK_TOKEN') }}"
canvasId: "F1234567890"
Properties
canvasId *Requiredstring
Canvas ID
Canvas to delete; deletion is irreversible in Slack.
token *Requiredstring
Slack token
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.