Search + K

Command Palette

Search for a command to run...

Sign In

Detach a site page from a multi-language group

POST /cms/v3/pages/site-pages/multi-language/detach-from-lang-group
Copy endpoint
https://api.hubapi.com

Detach a site page from a multi-language group.

Request Body

application/json required

The JSON representation of the DetachFromLangGroupRequest object.

interface DetachFromLangGroupRequestVNext {
id: string;
}

Responses

200

successful operation

unknown
default */*

An error occurred.

interface Error {
category: string;
context?: { };
correlationId: string;
errors?: ErrorDetail
interface ErrorDetail {
code?: string;
context?: { };
in?: string;
message: string;
subCategory?: string;
}
[]
;
links?: { };
message: string;
subCategory?: string;
}