Deletes a version of an agent
Source:R/bedrockagent_operations.R
bedrockagent_delete_agent_version.RdDeletes a version of an agent.
See https://www.paws-r-sdk.com/docs/bedrockagent_delete_agent_version/ for full documentation.
Arguments
- agentId
[required] The unique identifier of the agent that the version belongs to.
- agentVersion
[required] The version of the agent to delete.
- skipResourceInUseCheck
By default, this value is
falseand deletion is stopped if the resource is in use. If you set it totrue, the resource will be deleted even if the resource is in use.