Delete Slot Type Version
| lexmodelbuildingservice_delete_slot_type_version | R Documentation |
Deletes a specific version of a slot type¶
Description¶
Deletes a specific version of a slot type. To delete all versions of a
slot type, use the delete_slot_type operation.
This operation requires permissions for the lex:DeleteSlotTypeVersion
action.
Usage¶
Arguments¶
name[required] The name of the slot type.
version[required] The version of the slot type to delete. You cannot delete the
$LATESTversion of the slot type. To delete the$LATESTversion, use thedelete_slot_typeoperation.
Value¶
An empty list.