Manage Tags
Delete
Delete a tag by name. Tag must not be in use by any graphs or dataslices.
Query Parameters
| Parameter | Type | Description |
|---|---|---|
tag_name | str | Name of the tag to delete. |
Response
- 200: Tag deleted successfully
- Returns:
{ "tag_name": str }
- Returns:
- 500: Internal Server Error (e.g., tag still in use)
Example
DELETE /tags/delete?tag_name=category
DELETE
Python
Python
