HubSpot · Schema

DetachFromLanguageGroupRequest

Request to detach an author from a multi-language group

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

Properties

Name Type Description
id string ID of the author to detach
View JSON Schema on GitHub

JSON Schema

authors-api-detach-from-language-group-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/authors-api-detach-from-language-group-request-schema.json",
  "title": "DetachFromLanguageGroupRequest",
  "description": "Request to detach an author from a multi-language group",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the author to detach",
      "example": "500123"
    }
  },
  "required": [
    "id"
  ]
}