Delete a prompt in Prompt management - Amazon Bedrock

Delete a prompt in Prompt management

If you no longer need a prompt, you can delete it. Prompts that you delete are retained in the AWS servers for up to fourteen days. To learn how to delete a prompt using Prompt management, select the tab corresponding to your method of choice and follow the steps:

Console

If you're in the Prompt details page for a prompt or in the prompt builder, choose Delete to delete a prompt.

Note

If you delete a prompt, all its versions will also be deleted. Any resources using your prompt might experience runtime errors. Remember to disassociate the prompt from any resources using it.

To delete a prompt
  1. Sign in to the AWS Management Console using an IAM role with Amazon Bedrock permissions, and open the Amazon Bedrock console at Getting Started with the AWS Management Console.

  2. Select Prompt management from the left navigation pane.

  3. Select a prompt and choose Delete.

  4. Review the warning that appears, type confirm, and then choose Delete.

API

To delete a prompt, send a DeletePrompt request (see link for request and response formats and field details) with an Agents for Amazon Bedrock build-time endpoint and specify the ARN or ID of the prompt as the promptIdentifier. To delete a specific version of the prompt, specify the version number in the promptVersion field.