public async Task <IActionResult> DeleteUrl(DeleteUrlInput input) { var response = await _service.DeleteUrlById(input); return(Ok(response)); }