Skip to main content
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

tag_id
string
required

The tag's id.

Response

Successful Response