HubSpot · Schema

BatchDeleteInputItem

Individual item in a batch delete request

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
portalId integer The unique identifier for the HubSpot portal (account)
View JSON Schema on GitHub

JSON Schema

hubspot-crm-feature-flags-batch-delete-input-item-schema.json Raw ↑
{
  "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"
}