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
Example response
{
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}