DeleteObject Method
Deletes the specified object.
Syntax
[VB.NET] Public Sub DeleteObject(ByVal ObjectName As String)
[C#] public void DeleteObject(string objectName);
Remarks
This method can be used to delete an object from an S3 store. The bucket is specified by the Bucket property.
NOTE: This method has a corresponding asynchronous version (DeleteObjectAsync) for use in the Xamarin environment.