Query parameters
-
extra information of each option localization on the list
-
maximum count of the option localization list
-
skip that many option localization before beginning to return
DELETE
/profiles/{profile_id}/optionlists/{optionlist_id}/options/{option_id}/localizations
curl \
--request DELETE 'https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D/profiles/self/optionlists/{optionlist_id}/options/{option_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"
}
]