DeleteArg

public class DeleteArg : CustomStringConvertible, JSONRepresentable

The DeleteArg struct

  • Path in the user’s Dropbox to delete.

    Declaration

    Swift

    public let path: String
  • Perform delete if given “rev” matches the existing file’s latest “rev”. This field does not support deleting a folder.

    Declaration

    Swift

    public let parentRev: String?
  • Declaration

    Swift

    public var description: String { get }