Delete
The Delete function allows you to permanently remove a HubSpot company integration from the system. This action deletes the selected integration and all its associated credentials from the database.
How It Works
- Navigate to the HubSpot Integration List.
- Click the Delete button in the Action column for the integration you want to remove.
- Confirm the deletion when prompted.
Once confirmed, the integration will be permanently deleted and cannot be recovered.
SQL Query
-- Delete a HubSpot integration by ID
DELETE FROM hub_spot_integrations
WHERE id = [IntegrationID];