Skip to main content
DELETE
Delete a tag
DELETE /v1/tag/{tag_id} requires Tags: Write (tags.delete). Success returns 204 No Content. Tagged links are not deleted; their association to this tag is removed. A repeated or cross-workspace request returns 404 resource_not_found.

Shared API behavior

Authentication is workspace-scoped; see Authentication. Errors use the standard envelope and request IDs described in Errors, and requests are subject to Rate limits.

Authorizations

Authorization
string
header
required

A workspace API key beginning with biqli_.

Path Parameters

tag
string
required
Pattern: ^biq_tag_[0-9A-HJKMNP-TV-Z]{26}$

Response

Tag deleted. The response has no body.