跳转到主要内容
POST
/
api
/
tags
/
remove
Remove a tag
curl --request POST \
  --url http://localhost:8080/api/tags/remove \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

授权

Authorization
string
header
必填

API key with bmx_ prefix. Obtain via /api/auth/api-keys.

查询参数

id
integer
必填

Tag ID to remove

响应

Tag removed

ok
boolean
示例:

true