.. _doxcsid-interface_p1_1_1_camera_sdk_1_1_i_stored_image_handle_1a7c4395a3b33aa07283a1b7756aaa40fe: IStoredImageHandle.DeleteImage Method +++++++++++++++++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1.CameraSdk`` Delete an image from the camera storage. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public void DeleteImage(); This method deletes the image (IIQ file) and any associated Jpeg file, from either XQD or SD card storage. Deletion is irreversible. Confirmation of delete request is provided by a notification. If you wish to receive this notification, you must listen for the :ref:`EventType.CameraImageRemoved ` notification, *before* calling this method. If the request fails, there is no notification.