{ "type": "object", "description": "Input payload for batch deleting portal flag states", "name": "BatchDeleteInput", "properties": { "inputs": { "type": "array", "description": "List of portal IDs to delete flag states for", "items": { "type": "object", "description": "Individual item in a batch delete request", "properties": { "portalId": { "type": "integer", "description": "The unique identifier for the HubSpot portal (account)" } }, "required": [ "portalId" ] } } }, "required": [ "inputs" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }