persons_bulk_delete
Delete multiple person records at once to clean up CRM data, remove duplicates, and comply with data retention policies.
Instructions
Delete multiple persons in bulk.
Efficiently deletes multiple person records in a single operation. This is useful for:
Data cleanup and maintenance
Removing duplicate records
Batch operations after data imports
CRM hygiene improvements
GDPR and data retention compliance
WARNING: This action is irreversible. All specified persons will be permanently deleted, including:
Person data and custom fields
Associated notes (if configured)
Follow relationships
Activity history (may be preserved depending on settings)
Best practices:
Always verify the IDs before deletion
Consider exporting data as backup
Check if persons have active deals
Review organization associations
Ensure you have proper permissions
The 'ids' parameter should be a comma-separated string of person IDs. Example: "123,456,789" will delete persons with IDs 123, 456, and 789.
Rate limits may apply for very large deletions. Consider batching if deleting hundreds or thousands of records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Comma-separated list of person IDs to delete (e.g., "123,456,789") |