public async Task <ActionResult <int> > DeleteProperty(int id) { return(Ok(await _apiResourceService.DeleteApiResourceProperty(UserId, id))); }