UNPKG

voluptasmollitia

Version:
27 lines (15 loc) 658 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/storage](./storage.md) &gt; [deleteObject](./storage.deleteobject.md) ## deleteObject() function Deletes the object at this location. <b>Signature:</b> ```typescript export declare function deleteObject(ref: StorageReference): Promise<void>; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | ref | [StorageReference](./storage.storagereference.md) | StorageReference for object to delete. | <b>Returns:</b> Promise&lt;void&gt; A promise that resolves if the deletion succeeds.