{ "type": "object", "description": "Individual item in a batch delete request", "name": "BatchDeleteInputItem", "properties": { "portalId": { "type": "integer", "description": "The unique identifier for the HubSpot portal (account)" } }, "required": [ "portalId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }