StatusDashboard
Segments

Delete tag

Remove a tag definition when unused.

View Markdown

DELETE /app/segments/tags/{tagId}

Deletes a tag only when it has no registry members and is not referenced by a segment. Requires the Segments plan feature and admin role.


Path parameters

ParameterTypeDescription
tagIduuidTag to delete

Request

See API Basics for required headers.


Sample request

curl -X DELETE https://api.statusdashboard.com/app/segments/tags/a1b2c3d4-e5f6-7890-abcd-ef1234567890 \
  -H "Authorization: Bearer bcf847abf5c6:def456"

Sample response

Status: 204 No Content

No response body.


Error responses

StatusWhen
403Not admin or feature not enabled.
404Tag not found.
409Tag has registry members or is referenced by a segment.

On this page

We use cookies

We use essential cookies to keep the site working, and optional analytics cookies to understand how it's used. Read our Privacy Policy.