fields_bulk_delete_deal_fields
Delete multiple custom deal fields in one request, accepting field IDs as a comma-separated string or numeric array.
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 |