HubSpot MCP

by shinzo-labs
Verified

crm_batch_delete_objects

Bulk delete CRM objects like companies, contacts, deals, or custom records in HubSpot MCP with a single request, streamlining data management.

Instructions

Delete multiple CRM objects in a single request

Input Schema

NameRequiredDescriptionDefault
objectIdsYes
objectTypeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "objectIds": { "items": { "type": "string" }, "type": "array" }, "objectType": { "enum": [ "companies", "contacts", "deals", "tickets", "products", "line_items", "quotes", "custom" ], "type": "string" } }, "required": [ "objectType", "objectIds" ], "type": "object" }

You must be authenticated.

Other Tools from HubSpot MCP

Related Tools

ID: rvn6na254i