---
title: "Delete Guardrail"
method: DELETE
path: "/guardrails/{guardrail_id}"
tags: ["Guardrails"]
---

# Delete Guardrail

`DELETE /guardrails/{guardrail_id}`

Delete a guardrail

👉 [Guardrail docs](https://docs.litellm.ai/docs/proxy/guardrails/quick_start)

Example Request:
```bash
curl -X DELETE "http://localhost:4000/guardrails/123e4567-e89b-12d3-a456-426614174000" \
    -H "Authorization: Bearer <your_api_key>"
```

Example Response:
```json
{
    "message": "Guardrail 123e4567-e89b-12d3-a456-426614174000 deleted successfully"
}
```

## Path parameters

- `guardrail_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/flock/apis/litellm-api.md) · [All operations](https://skmtc.net/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flock/litellm-api/revisions/8fbaab4fc7c5/schema)
