View source: R/bedrockagent_operations.R
bedrockagent_delete_prompt | R Documentation |
Deletes a prompt or a version of it, depending on whether you include the promptVersion
field or not. For more information, see Delete prompts from the Prompt management tool and Delete a version of a prompt from the Prompt management tool in the Amazon Bedrock User Guide.
See https://www.paws-r-sdk.com/docs/bedrockagent_delete_prompt/ for full documentation.
bedrockagent_delete_prompt(promptIdentifier, promptVersion = NULL)
promptIdentifier |
[required] The unique identifier of the prompt. |
promptVersion |
The version of the prompt to delete. To delete the prompt, omit this field. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.