deleteObject()

Overview

public void function deleteObject(
      required string  path   
    ,          boolean trashed
    ,          boolean private
)

Permanently deletes the object that resides at the given path.

Arguments

NameTypeRequiredDescription
pathstringYesThe path of the stored object
trashedbooleanNoWhether or not the object has been "trashed"
privatebooleanNoWhether or not the object is private