API ReferenceTagsDelete a tag permanently.Delete a tag permanently. DELETE /tags/:id Permanently removes a tag. Images that had this tag will no longer be associated with it. Requires: Admin role. Request Responses204401403404Tag deleted successfully.Authentication required.Insufficient permissions (Admin required).Tag not found.