webdav_delete_remote_item
Remove files or directories from a remote WebDAV server by specifying the target path to delete unwanted items from your cloud storage.
Instructions
Delete a file or directory from a remote WebDAV server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"minLength": 1,
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}