Delete Pipeline Items (Bulk)
delete_pipeline_items_bulkBulk delete multiple pipeline items from a single pipeline, up to 5000 per call, and get a count of processed and skipped items.
Instructions
Delete multiple pipeline items at once from Less Annoying CRM. All items must belong to the same pipeline. Maximum 5000 items per call.
Returns count of processed and skipped items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | Pipeline ID that all items belong to | |
| pipeline_item_ids | Yes | Array of PipelineItemIds to delete (max 5000) |