Removes a locale from a bot.
When you delete a locale, all intents, slots, and slot types defined for the locale are also deleted.
delete/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/
Path parameters
botIdstring required
The unique identifier of the bot that contains the locale.
botVersionstring required
The version of the bot that contains the locale.
localeIdstring required
The identifier of the language and locale that will be deleted. The string must match one of the supported locales. For more information, see <a href="https://docs.aws.amazon.com/lexv2/latest/dg/how-languages.html">Supported languages</a>.
Response
Success