---
title: "DELETE /recommendations/{recommendationId}"
method: DELETE
path: "/recommendations/{recommendationId}"
---

# DELETE /recommendations/{recommendationId}

`DELETE /recommendations/{recommendationId}`

Deletes a recommendation and its associated results.

## Path parameters

- `recommendationId` string, required

## Response `202`

Success

- DeleteRecommendationResponse
  - `recommendationId` string, required — The unique identifier of the deleted recommendation.
  - `status` 'PENDING' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' | 'DELETING', required — The status of the recommendation deletion operation.

## Other responses

- `480` — AccessDeniedException
- `481` — ConflictException
- `482` — ValidationException
- `483` — ResourceNotFoundException
- `484` — ThrottlingException
- `485` — InternalServerException

---

[API](https://skmtc.net/aws/apis/bedrock-agentcore.md) · [All operations](https://skmtc.net/aws/apis/bedrock-agentcore/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock-agentcore/versions/79623b33d495/schema)
