---
title: "POST /delete-recommendation-template"
method: POST
path: "/delete-recommendation-template"
---

# POST /delete-recommendation-template

`POST /delete-recommendation-template`

Deletes a recommendation template. This is a destructive action that can't be undone.

## Request body

- object
  - `clientToken` string — Used for an idempotency token. A client token is a unique, case-sensitive string of up to 64 ASCII characters. You should not reuse the same client token for other API requests.
  - `recommendationTemplateArn` string, required — The Amazon Resource Name (ARN) for a recommendation template.

## Response `200`

Success

- DeleteRecommendationTemplateResponse
  - `recommendationTemplateArn` string, required — The Amazon Resource Name (ARN) for a recommendation template.
  - `status` 'Pending' | 'InProgress' | 'Failed' | 'Success', required — Status of the action.

## Other responses

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

---

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