---
title: "Delete a gateway policy"
method: DELETE
path: "/v1/platform/gateway-policies/{id}"
tags: ["gateway-policies"]
---

# Delete a gateway policy

`DELETE /v1/platform/gateway-policies/{id}`

Deletes a gateway policy. Subsequent reads return 404.

**default_spend_cap cascade:** deleting a `default_spend_cap`
also deletes every child policy materialized from it.

## Path parameters

- `id` string, uuid, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — LLM Gateway not enabled, or caller lacks OrganizationManage
- `404` — policy not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith/revisions/a0acb3a6a101/schema)
