---
title: "Revoke Trust Access grant"
method: POST
path: "/v1/trust-access/admin/grants/{id}/revoke"
tags: ["Trust Access"]
---

# Revoke Trust Access grant

`POST /v1/trust-access/admin/grants/{id}/revoke`

Immediately revoke a Trust Access grant when a customer review ends or shared compliance access should be removed.

## Path parameters

- `id` string, required

## Request body

- RevokeGrantDto
  - `reason` string, required

## Response `200`

Grant revoked

---

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