fields_bulk_delete_person_fields
Delete multiple custom person fields with a single request using either a comma-separated string or an array of field IDs.
Instructions
Delete multiple custom person fields in a single request.
Accepts either:
a comma-separated string of field IDs (e.g.
"123,456,789")an array of numeric IDs (e.g.
[123, 456, 789])
Both shapes are normalized to Pipedrive's expected ?ids= query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated string of field IDs or array of numeric IDs to delete |