Skip to main content

Delete a tag

DELETE 

/:workspace/tags/:tag

Deletes a tag. Requires the ADMIN or MEMBER workspace role; the VIEWER role receives 403.

Unlike PUT, this endpoint does not return 404 for an unknown tag UUID: it returns 200 with {"success": false} when no matching tag existed in the workspace.

Request

Responses

Delete result. success is false when no matching tag existed in the workspace.