Delete Custom Field Definition
Delete a custom field definition by its id and remove every value stored under it across your contacts. This action is irreversible, so it is best reserved for retiring fields you no longer use. An invalid id returns a not found response.
Example prompt: Delete the custom field definition with id cfd_4a8c and all its values
{
"id": "cfd_4a8c",
"deleted": true,
"values_removed": 312
}What you can build
Parameters
Inputs accepted by delete_custom_field_definition.
| Name | Type | Description |
|---|---|---|
| id | string | custom_field_definition id from list_custom_field_definitions. |
Related tools
List Custom Field Definitions
List all typed custom field definitions with id, name, kind, options, and the template variable token to drop into personalized campaign messages.
Create Custom Field Definition
Define typed custom fields for LinkedIn contacts like score, tier, or renewal date. Supports text, number, date, url, select, and multi-select types.
Set Custom Field Value
Set a typed custom field value on a LinkedIn contact, like score=90 or tier=gold. Validates against the field type and upserts on repeat calls.
Get Custom Field Values
Get all typed custom field values for a LinkedIn contact, like score=90 or tier=gold, in one call. Returns an empty array when none are set.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.