Deletes the specified slot from an intent.
delete/bots/{botId}/botversions/{botVersion}/botlocales/{localeId}/intents/{intentId}/slots/{slotId}/
Path parameters
slotIdstring required
The identifier of the slot to delete.
botIdstring required
The identifier of the bot associated with the slot to delete.
botVersionstring required
The version of the bot associated with the slot to delete.
localeIdstring required
The identifier of the language and locale that the slot will be deleted from. 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>.
intentIdstring required
The identifier of the intent associated with the slot.
Response
Success