---
title: "Deny access request"
method: POST
path: "/v1/trust-access/admin/requests/{id}/deny"
tags: ["Trust Access"]
---

# Deny access request

`POST /v1/trust-access/admin/requests/{id}/deny`

Reject access request with reason

## Path parameters

- `id` string, required

## Request body

- DenyAccessRequestDto
  - `reason` string, required

## Response `200`

Request denied

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/ac8d1e4e2e79/schema)
