Skip to main content
POST
Delete Tag Binding

Authorizations

Authorization
string
header
required

Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).

Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).

Body

application/json
target_id
string
required

Knowledge base to unbind the tags from. See List Knowledge Bases.

tag_ids
string[]

Tag IDs to unbind. Required unless the legacy tag_id is provided. See List Knowledge Type Tags.

Minimum array length: 1
tag_id
string
deprecated

Legacy single-tag form. Normalized into tag_ids server-side. Use tag_ids for new integrations.

Response

Success.