delete_file
Delete a file from a Prisme.ai workspace storage using its file ID. Specify workspace name and optional environment to target the correct file.
Instructions
Delete a file from the Prisme.ai workspace storage by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | File id to delete. | |
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping |