Skip to Content
GuidesAPI Reference
TagsDelete Tag
DELETE/api/v1/tags/:id

Delete a tag

Permanently deletes a tag. The tag is automatically removed from all links that had it applied. This action cannot be undone.

Authorization
Authorizationstringheaderrequired

Bearer token. Format: Bearer YOUR_API_KEY

Path Parameters
idstringpathrequired

The ID of the tag to delete.

Last updated on