I'm going crazy and can't figure this out.
In Postman, I'm calling
- GET {{d365BaseUrl}}/data/ProductCategories(ProductCategoryHierarchyName='Physical Inventory',CategoryName='test4') -- This works just fine and returns the prodcut category
- DELETE {{d365BaseUrl}}/data/ProductCategories(ProductCategoryHierarchyName='Physical Inventory',CategoryName='test4') -- Returns a 204 and I assume it's deleted
- NOPE It's still there! I've tried passing an empty body {} as I saw in a related post for CRM, but that didn't help at all. This is D365 F&O / Supply Chain Management.
Deleting items with Postman works just fine for ProductsV2, but not for Product Categories. I'm baffled.
Any help would be greatly appreciated.
Thanks,
Tom