fields_bulk_delete_organization_fields
Delete multiple custom organization fields in Pipedrive with a single request using a comma-separated string or array of IDs.
Instructions
Delete multiple custom organization 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 |