Home / Resources / API Reference

Tag

Base route: /api/tag

Delete tag

This API endpoint removes a specific tag from the system using its ID. This action will unbind the tag from any entities it was associated with.

Request

Parameters
tagId
string
required
The unique identifier of the tag to be deleted.
Query string

DELETE /api/tag?tagId=...

Response

200 OK