Skip to main content
POST
/
api
/
tags
/
remove
Remove a tag
curl --request POST \
  --url http://localhost:8080/api/tags/remove \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

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

Query Parameters

id
integer
required

Tag ID to remove

Response

Tag removed

ok
boolean
Example:

true