HubSpot · JSON Structure

Hubspot Crm Feature Flags Batch Delete Input Item Structure

Individual item in a batch delete request

Type: object Properties: 1 Required: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

BatchDeleteInputItem is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

portalId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "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"
}