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