DELETE
/api/v1/tags/:idDelete 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.
curl -X DELETE https://app.brevr.io/api/v1/tags/tag_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"{ "success": true }Last updated on