v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107861793.8 KB

Removes the specified intent.

Deleting an intent also deletes the slots associated with the intent.

delete/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/

Path parameters

intentIdstring required

The unique identifier of the intent to delete.

botIdstring required

The identifier of the bot associated with the intent.

botVersionstring required

The version of the bot associated with the intent.

localeIdstring required

The identifier of the language and locale where the bot 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