Skip to main content
DELETE
/
v1
/
chatbots
/
chatbot
/
{chatbotId}
/
localization
Delete Localization Text
curl --request DELETE \
  --url https://interhemispheric-unwet-paulene.ngrok-free.dev/api/v1/chatbots/chatbot/{chatbotId}/localization \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Localization text deleted successfully",
  "data": null
}

Authorizations

Authorization
string
header
required

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

Path Parameters

chatbotId
string
required

Query Parameters

localeCode
string
required
Example:

"en"

Response

Deleted successfully

success
boolean
Example:

true

message
string
Example:

"Localization text deleted successfully"

data
object
Example:

null