Delete Taxonomy Node
- 1 Minute to read
Delete Taxonomy Node
- 1 Minute to read
Article summary
Did you find this summary helpful?
Thank you for your feedback!
DELETE /taxonomy/<taxo-id> – Delete taxonomy node
Use HTTP DELETE method to delete existing taxonomy node along with its sub-tree. taxo-id of the node to be deleted should be specified.
The API will usually return a 202 Accepted response with updated metadata in its response. An API caller can fetch metadata’s “self” link to check for status updates
Example - Delete node and its sub-tree
DELETE /v1/taxonomy/YR2000
HTTP/1.1 Host: datax.yahooapis.com
Content-Type: multipart/form-data;boundary=xyz
--xyz
Content-Disposition: form-data; name="metadata" Content-Type: application/json;charset=UTF-8
{ "description" : "Delete node for YaRetail Pilot Taxonomy v1" }
Was this article helpful?