---
title: "DELETE /guardrails/{guardrailIdentifier}"
method: DELETE
path: "/guardrails/{guardrailIdentifier}"
---

# DELETE /guardrails/{guardrailIdentifier}

`DELETE /guardrails/{guardrailIdentifier}`

Deletes a guardrail.

*   To delete a guardrail, only specify the ARN of the guardrail in the `guardrailIdentifier` field. If you delete a guardrail, all of its versions will be deleted.
    
*   To delete a version of a guardrail, specify the ARN of the guardrail in the `guardrailIdentifier` field and the version in the `guardrailVersion` field.

## Path parameters

- `guardrailIdentifier` string, required

## Query parameters

- `guardrailVersion` string

## Response `202`

Success

- DeleteGuardrailResponse

## Other responses

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

---

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