v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Tags

Delete tag

Deletes a tag definition and removes the tag from all subscribers. Fails when the tag is referenced by sequences or is a system tag.

delete/tags/{tagId}

Path parameters

tagIdstring required

Tag definition ID.

Response

Tag deleted

successboolean

Example response

{
  "success": true
}