Delete a taxonomy node or a sub-tree.Ask AIdelete https://cti.example.com/api/v2/taxonomies/{id}Required permissions modify taxonomies Path ParamsidnumberrequiredTaxonomy node IDQuery ParamsrecursivebooleanBy default the request fails with a 417: Expectation Failed error if the node has at least one child node. Set this flag to true if you want to delete the node and recursively deleted any derived nodes.truefalseResponses 204Deletion has been successful 401Unauthorized request 403Missing permissions 404An individual resource was not found. 417Expectation failedUpdated 5 months ago