Function delete_object

Source
pub async fn delete_object(
    configuration: &Configuration,
    object_id: &str,
    hard_delete: &str,
) -> Result<DeleteObject200Response, Error<DeleteObjectError>>