feat: add tag deletion endpoint with CLI support

This commit is contained in:
2026-01-15 00:01:09 -06:00
parent c4a08a1477
commit 231a7680ac
6 changed files with 113 additions and 1 deletions
@@ -0,0 +1,14 @@
{
"db_name": "PostgreSQL",
"query": "DELETE FROM tags WHERE id = $1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "dd0d0e3fd03f130aab947d13580796eee9a786e2ca01d339fd0e8356f8ad3824"
}