I need to remove all of the assigned categories from a specific product using the REST API. The documentation is not clear on how to do this.
Entering 0 for the CategoryID does actually work, however, the API throws a Status 400 "Bad Request" error.
Does anyone know the correct syntax for removing all of the assigned categories from a single product?
Entering 0 for the CategoryID does actually work, however, the API throws a Status 400 "Bad Request" error.
Does anyone know the correct syntax for removing all of the assigned categories from a single product?
Comment