Delete tag
Tags
Delete tag
Soft-deletes the tag. Idempotent — re-deleting an already-deleted tag returns not_found.
DELETE
Delete tag
Documentation Index
Fetch the complete documentation index at: https://uselora.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Tag short ID — 8-char Crockford-base32 handle (no i/l/o/u).
Pattern:
^[0-9abcdefghjkmnpqrstvwxyz]{8}$Example:
"a1b2c3d4"
Response
Tag deleted (no body).