Reset a behavioural tag
DELETE /v1/profile/tags/:name — Equivalent to PUT with `value: null` — the tag is cleared and the agent re-infers it from history.
DELETE /v1/profile/tags/:name
Equivalent to PUT with value: null — the tag is cleared and the agent re-infers it from history.
| Method | DELETE |
| Path | /v1/profile/tags/:name |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | personalization |