Delete
Certified
Delete a file from Microsoft Fabric OneLake
Delete
Certified
Delete a file from Microsoft Fabric OneLake
yaml
type: io.kestra.plugin.microsoft.fabric.onelake.DeleteExamples
yaml
id: fabric_onelake_delete
namespace: company.team
tasks:
- id: delete_file
type: io.kestra.plugin.microsoft.fabric.onelake.Delete
tenantId: "{{ secret('FABRIC_TENANT_ID') }}"
clientId: "{{ secret('FABRIC_CLIENT_ID') }}"
clientSecret: "{{ secret('FABRIC_CLIENT_SECRET') }}"
workspaceId: "your-workspace-id"
itemId: "your-lakehouse-item-id"
filePath: "data/myfile.csv"
Properties
filePath *Requiredstring
itemId *Requiredstring
workspaceId *Requiredstring
clientId string
clientSecret string
recursive booleanstring
Default
false