DeleteViewOptions

DeleteViewOptions data structure used as input parameters for Delete View working-with-viewer-api API

DeleteViewOptions example

{
  "FileInfo": {
    "FilePath": "string",
    "StorageName": "string",
    "VersionId": "string",
    "Password": "string"
  }
}

DeleteViewOptions fields

NameDescription
FileInfo.FilePathThe path of the document, delete view requested for. Required.
FileInfo.StorageNameStorage name
FileInfo.VersionIdFile version Id
FileInfo.PasswordNot used