Vm_Guest_Filesystem_Directories_Delete_RequestBody

Vm_Guest_Filesystem_Directories_Delete_RequestBody
Vm_Guest_Filesystem_Directories_Delete_RequestBody

This is a request body class for an operation.

JSON Example
{
    "credentials": {
        "interactive_session": false,
        "type": "string",
        "user_name": "string",
        "password": "string",
        "saml_token": "string"
    },
    "path": "string",
    "recursive": false
}
credentials
Required

The guest authentication data.

string
path
Required

The complete path to the directory to be deleted.

boolean
recursive
Optional

If true, all files and subdirectories are also deleted. If false, the directory must be empty for the operation to succeed. If unset, any directory content is not deleted.