public async Task <IActionResult> DeleteAsync(string url) { await _storage.Delete(url); return(Ok()); }