Query parameters
-
extra information of each page localization on the list
-
maximum count of the page localization list
-
skip that many page localization before beginning to return
DELETE
/profiles/{profile_id}/pages/{page_id}/localizations
curl \
--request DELETE 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/pages/{page_id}/localizations' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"language_code":"zh-hans"}'
Request examples
{
"language_code": "zh-hans"
}
Response examples (200)
[
{
"language_code": "zh-hans"
},
{
"language_code": "zh-hant"
}
]