fields_bulk_delete_deal_fields
Delete multiple custom deal fields in a single request by providing a comma-separated list of field IDs or an array of numeric IDs.
Instructions
Delete multiple custom deal 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 |