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