Dete Files on a Mailbox.org drive.

Parameters:

Parameters:
See dedicated page for more information.
Delete one or many files from your mailbox.org Drive straight from a Flow.
For account setup (creating an app password, where to find your login name, etc.), follow the step-by-step mailbox setup already described in the MailboxUpload documentation.
Provide a single column named remoteFilePath with the path to each file to delete.
Example InlineTable
remoteFilePathDocuments/example.xlsx
Path rules
- Paths are relative to the selected Root folder (no leading
/).- Use exact folder & file names as shown in Drive.
- You are deleting files (not folders).
| Parameter | What to set |
|---|---|
| Root folder | One of: my files, other files, public files, shared files. Pick the top-level space that contains your targets. |
| Remote file path to delete | Map from your input column remoteFilePath. |
| Optional: Remote checksum (faster) | (Optional) Provide a known remote checksum to speed up/validate the request. Leave empty if unknown. |
| Login/user | Your mailbox.org login name (e.g., 6966985@6966985 as in the examples). See MailboxUpload docs for where to find this. |
| Password | Your mailbox.org app password created in Settings → Application Passwords. |
| Debug information level | nothing, basic, or higher when diagnosing. basic is a good default. |
| Optional: extra parameters for cURL | Advanced flag passthrough; usually leave empty. |
| Number of retries on connection error | Default 3. Increase for flaky networks. |
| Error Management | Choose whether the flow stops on error or continues with status ERROR (recommended during development). |
InlineTable
Create a one-column table named remoteFilePath with entries like Documents/example.xlsx.
MailboxDelete
my files (or the space that contains your files).remoteFilePath.basic while testing.
Run the flow.
/).