---
title: "Cli Deny"
method: POST
path: "/api/cli/deny"
---

# Cli Deny

`POST /api/cli/deny`

Browser → server: 'user clicked Deny on the /cli-auth page'.

## Request body

- CLIConfirmRequest
  - `user_code` string, required
  - `org_id` string, nullable
  - `org_slug` string, nullable

## Response `200`

Successful Response

- CLIConfirmResponse
  - `ok` boolean, required
  - `user_code` string, required
  - `org` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/codag/apis/infra-logs-templater.md) · [All operations](https://skmtc.net/codag/apis/infra-logs-templater/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/codag/infra-logs-templater/revisions/e43028aaffe3/schema)
