organizations_bulk_delete
Permanently delete selected organizations from your CRM to perform data cleanup, remove duplicates, and meet GDPR requirements.
Instructions
Delete multiple organizations in bulk.
Efficiently deletes multiple organization 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 organizations will be permanently deleted, including:
Organization 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 organizations have active deals
Review person associations
Ensure you have proper permissions
The 'ids' parameter should be a comma-separated string of organization IDs. Example: "123,456,789" will delete organizations 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 organization IDs to delete (e.g., "123,456,789") |