HubSpot · JSON Structure

Blog Posts Api Detach From Language Group Request Structure

Request to detach from multi-language group

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

DetachFromLanguageGroupRequest is a JSON Structure definition published by HubSpot, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/blog-posts-api-detach-from-language-group-request-structure.json",
  "name": "DetachFromLanguageGroupRequest",
  "description": "Request to detach from multi-language group",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the post to detach",
      "example": "500123"
    }
  },
  "required": [
    "id"
  ]
}