v3

OpenAPI 3.1.1mit2026-07-3165481.5 MB
Tags
v1

Delete Tag

Delete a specific tag identified by its ID

Removes the tag from the account and unassigns it from all associated companies. Once deleted, the tag cannot be recovered.

Credit Note: Deleting tags does not consume credits.

:::info Requires the tags:write OAuth2 scope. :::

delete/v1/tags/{id}

Path parameters

idstring required

The tag ID.

Query parameters

account_idstring required

The Leadfeeder Account ID. The Account ID can be retrieved using the List Accounts endpoint.

Response

Success

{"stackTrail":"paths:/v1/tags/{id}:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}

Example response

{
  "meta": {
    "request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
  }
}