b24_disk_file_delete
Delete a file from Bitrix24 Disk by its ID. The file is moved to the trash for potential recovery.
Instructions
Delete a Disk file (disk.file.delete). Moves to trash on the portal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | Disk file id to delete (moves it to the trash). | |
| webhook_url | No | Override the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default. | |
| personal_webhook | No | Act as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |