---
title: "Deny a pending intent"
method: POST
path: "/v1/approvals/{id}/deny"
tags: ["approvals"]
---

# Deny a pending intent

`POST /v1/approvals/{id}/deny`

Denies the intent. Transitions the intent from PENDING_APPROVAL → DENIED.

## Path parameters

- `id` string, required

## Response `200`

Intent denied

## Other responses

- `404` — Approval not found

---

[API](https://skmtc.dev/humbleaf/apis/agentchain-guard-api.md) · [All operations](https://skmtc.dev/humbleaf/apis/agentchain-guard-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humbleaf/agentchain-guard-api/revisions/6670c57f15a3/schema)
