Skip to content

`DELETE /api/v1/agents/{node_id}/tags/{key}` — remove a single tag.

DELETE
/api/v1/agents/{node_id}/tags/{key}
curl --request DELETE \
--url https://example.com/api/v1/agents/example/tags/example
node_id
required
string

Agent node ID

key
required
string

Tag key

Tag removed

Agent or tag not found