s3_delete_file
Permanently deletes a specified file from an S3 bucket. Requires confirmation to prevent accidental removal.
Instructions
Удалить файл из бакета (s3/delete_file). ДЕСТРУКТИВНО: файл удаляется безвозвратно.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Ключ (имя) файла | |
| bucket | Yes | Имя бакета | |
| confirm | Yes | Must be true to run the operation. | |
| account_id | No | ID S3-аккаунта (если требуется; уточняйте через s3_get_users) |