Skip to main content
DELETE
/
api
/
v2
/
chatbots
/
{chatbotId}
/
translations
/
languages
/
{language}
Remove a language
curl --request DELETE \
  --url https://app.livechatai.com/api/v2/chatbots/{chatbotId}/translations/languages/{language} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

chatbotId
string
required

Unique identifier of the chatbot

Example:

"clx1234567890abcdef"

language
string
required

Language to remove (predefined enum or custom uppercase identifier)

Example:

"GERMAN"

Response

Language removed successfully