@veloceapps/api 6.0.0-8 → 6.0.0-9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -223,8 +223,7 @@
223
223
  var catalogId = _a.catalogId, categoryId = _a.categoryId, data = _a.data;
224
224
  return _this.baseHttpService.api({
225
225
  method: 'delete',
226
- url: _this.serviceUrl + "/" + catalogId + "/categories/" + categoryId + "/products/" + data.id,
227
- body: data,
226
+ url: _this.serviceUrl + "/" + catalogId + "/categories/" + categoryId + "/products/" + data.id
228
227
  });
229
228
  };
230
229
  }