Delete File
kaiten_delete_fileDelete an attachment from a Kaiten card by providing the file ID and card ID. Removes the file cleanly, and re-deleting an already-removed file returns success silently.
Instructions
Remove an attachment. fileId and cardId come from kaiten_list_files. Re-delete of an already-deleted file returns success silently (Kaiten side is idempotent).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cardId | Yes | Card ID | |
| fileId | Yes | File ID |