Click or drag to resize
StorageCollectionDeleteObjectAsync Method
Deletes a StorageObject from the collection.

Namespace: Oracle.Cloud.Mobile.Storage
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task DeleteObjectAsync(
	string objectId
)

Parameters

objectId
Type: SystemString
The ID of the StorageObject to delete.

Return Value

Type: Task
An awaitable Task object.
See Also