Skip to content

Delete Recommendation

bedrockagentcore_delete_recommendation R Documentation

Deletes a recommendation and its associated results

Description

Deletes a recommendation and its associated results.

Usage

bedrockagentcore_delete_recommendation(recommendationId)

Arguments

recommendationId

[required] The unique identifier of the recommendation to delete.

Value

A list with the following syntax:

list(
  recommendationId = "string",
  status = "PENDING"|"IN_PROGRESS"|"COMPLETED"|"FAILED"|"DELETING"
)

Request syntax

svc$delete_recommendation(
  recommendationId = "string"
)