DeleteFileInGuestRequestType

DeleteFileInGuestRequestType
DeleteFileInGuestRequestType

The parameters of DeleteFileInGuest.

JSON Example
{
    "vm": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "auth": {
        "_typeName": "string",
        "interactiveSession": false
    },
    "filePath": "string"
}
vm
Required

Virtual Machine to perform the operation on.

Required privileges: VirtualMachine.GuestOperations.Modify

auth
Required

The guest authentication data. See GuestAuthentication.

string
filePath
Required

The complete path to the file or symbolic link to be deleted.