Delete a version of a prompt flow in Amazon Bedrock
To learn how to delete a version of a prompt flow, select the tab corresponding to your method of choice and follow the steps:
- Console
-
To delete a version of a prompt flow
-
Open the AWS Management Console
and sign in to your account. Navigate to Amazon Bedrock. -
Select Flows from the left navigation pane. Then, in the Flows section, select a prompt flow.
-
Choose Delete.
-
A dialog box appears warning you about the consequences of deletion. To confirm that you want to delete the version, enter
delete
in the input field and choose Delete. -
A banner appears to inform you that the version is being deleted. When deletion is complete, a success banner appears.
-
- API
-
To delete a version of a prompt flow, send a DeleteFlowVersion request (see link for request and response formats and field details) with an Agents for Amazon Bedrock build-time endpoint. Specify the ARN or ID of the prompt flow in the
flowIdentifier
field and the version to delete in theflowVersion
field.