Remove a language
Translations
Remove a language
Remove a language from the chatbot. Drops all translation overrides for the language, removes it from supportedLanguages, and clears it from the settings mirror. The default language cannot be removed.
DELETE
Remove a language
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier of the chatbot
Example:
"clx1234567890abcdef"
Language to remove (predefined enum or custom uppercase identifier)
Example:
"GERMAN"
Response
Language removed successfully

