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)
[required] The unique identifier of the prompt.
The version of the prompt to delete. To delete the prompt, omit this field.