v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442228254.5 KB

Deletes a specific version of an intent. To delete all versions of a intent, use the DeleteIntent operation.

This operation requires permissions for the lex:DeleteIntentVersion action.

delete/intents/{name}/versions/{version}

Path parameters

namestring required

The name of the intent.

versionstring required

The version of the intent to delete. You cannot delete the <code>$LATEST</code> version of the intent. To delete the <code>$LATEST</code> version, use the <a>DeleteIntent</a> operation.

Response

Success