delete_announcement_with_confirmation
Delete a Canvas course announcement in two steps: preview to receive a confirmation token, then confirm the deletion with that token.
Instructions
Delete an announcement. Two-step: preview first, then confirm with the token.
Permanent — Canvas may retain a recycle-bin copy depending on admin settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| announcement_id | Yes | Announcement ID to delete | |
| course_identifier | Yes | Course code or Canvas ID | |
| confirmation_token | No | Token from the preview call; omit to preview | |
| require_title_match | No | Only delete if title matches this string exactly |