deleteObject()
Overview
public void function deleteObject(
required string path
, boolean trashed
, boolean private
)
Permanently deletes the object that resides at the given path.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| path | string | Yes | The path of the stored object |
| trashed | boolean | No | Whether or not the object has been "trashed" |
| private | boolean | No | Whether or not the object is private |