Skip to main content
DELETE
Remove tag
Required scope: TAGS_WRITE

Behavior

Removing a tag that isn’t on the item is a no-op: the request still succeeds and the item’s tags are left unchanged (no error).

Idempotency

This endpoint supports the Idempotency-Key header. If a request succeeds and you retry with the same key, the stored response is returned without re-executing the operation. See Idempotency.

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Call ID (cll-*)

Example:

"cll-abc123"

tag
string
required

Tag key to remove

Example:

"qualified"

Response

Tag removed successfully