bedrockagent_delete_agent: Deletes an agent
Usage
bedrockagent_delete_agent(agentId, skipResourceInUseCheck = NULL)
Arguments
- agentId
[required] The unique identifier of the agent to delete.
- skipResourceInUseCheck
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.