Supabase Delete Files
This is based on the Supabase Client SDK - Delete files in a bucket.
Inputs
| Data | Type | Description |
|---|---|---|
| Delete | signal | |
| Bucket | string | |
| Paths to Delete | array of string |
Outputs
| Data | Type | Description |
|---|---|---|
| Deleted Paths | array of string | |
| Is Deleting | boolean | |
| Is Deleted | boolean | |
| Status | string | |
| Is Success | boolean | |
| Is Error | boolean | |
| Error Text | string | |
| Success | signal | |
| Failure | signal | |
| Finally | signal |