Taxonomies
Delete
Delete a taxonomy (schema/hierarchy) by name.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
taxonomy_name | str | Name of the taxonomy to delete. |
Response
- 200: Taxonomy deleted successfully
- Returns:
{ "taxonomy_name": str }
- Returns:
- 500: Internal Server Error
Example
DELETE /taxonomy/delete?taxonomy_name=document-categories
DELETE
Python
Python
