Taxonomies

Disable taxonomy

post/taxonomies/disable/{taxonomyId}

Path parameters

taxonomyIdstring required
Example:12345

Numeric ID of the taxonomy

Response

Disable taxonomy response

savedboolean
successboolean
namestring
messagestring
urlstring

Example response

{
  "name": "Taxonomy disabled",
  "message": "Taxonomy disabled",
  "url": "/taxonomies/disabled/1234"
}

Changes

Changed in 1 of the 50 revisions of this API.1