v3

latestOpenAPI 3.1.1mit2026-07-3165481.5 MB
Custom Fields
v1

Delete Custom Field

Delete a custom field from the account. Once removed, the custom field will no longer be accessible.

Credit Note: Deleting custom fields does not consume credits.

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

delete/v1/custom-fields/{id}

Path parameters

idstring required

The custom field internal name.

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/custom-fields/{id}:delete:responses:200:content:application/json:schema:properties:data","oasType":"schema","type":"unknown"}

Example response

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