IPWorks Cloud 2020 iOS Edition

Questions / Feedback?

deleteObject (method)

Deletes an object.

Syntax

- (void)deleteObject:(NSString*)objectName;
public func deleteObject(_ objectName: String) throws -> Void

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 iOS Edition - Version 20.0 [Build 8265]