IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

DeleteObject Method

Deletes an object.

Object Oriented Interface

public function doDeleteObject($objectname);

Procedural Interface

ipworkscloud_googlestorage_do_deleteobject($res, $objectname);

Remarks

This method deletes the object specified by ObjectName in the bucket currently selected by Bucket.

If the VersionId property is non-empty, this method deletes the specified version of the object instead. Note that deleting the latest version of an object will not automatically "restore" the previous version.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]