---
title: "Revoke connector instance access"
method: DELETE
path: "/v1/connector-instances/{connectorInstanceId}/access/{grantId}"
tags: ["Connectors"]
---

# Revoke connector instance access

`DELETE /v1/connector-instances/{connectorInstanceId}/access/{grantId}`

Soft-revokes one connector instance access grant.

## Path parameters

- `connectorInstanceId` string, typeid, required
- `grantId` string, typeid, required

## Response `204`

Connector instance access revoked successfully.

## Other responses

- `400` — The connector instance access path parameters were invalid.
- `401` — The caller must be signed in to manage connector instance access.
- `403` — The caller lacks permission to manage connector instance access.
- `404` — The access grant could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 2 info
  - removed the pattern `^cia_.*` from the `path` request parameter `grantId`
  - removed the pattern `^cin_.*` from the `path` request parameter `connectorInstanceId`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/connector-instances/:connectorInstanceId/access/:grantId/delete.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/27875723ff22/schema)
