Remove Org Tag
Tags
Delete a Tag
DELETE
Remove Org Tag
Removes the tag from the org’s vocabulary. Tags aren’t foreign keys —
deals.tags and contacts.tags store tag names as plain strings, so deleting a tag here does not retroactively strip it from records that already carry that name, and nothing stops a record from carrying a tag name that no longer exists in this list.
Auth
Requires a CRM manage scope and an active organization on the token. Any*:manage scope qualifies — in practice contacts:manage, deals:manage, companies:manage, or activities:manage.
Response
204 No Content on success.