---
title: "Revoke plugin access"
method: DELETE
path: "/v1/plugins/{pluginId}/access/{grantId}"
tags: ["Plugins"]
---

# Revoke plugin access

`DELETE /v1/plugins/{pluginId}/access/{grantId}`

Soft-revokes one plugin access grant.

## Path parameters

- `pluginId` string, typeid, required
- `grantId` string, typeid, required

## Response `204`

Plugin access revoked successfully.

## Other responses

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

## Changes

- **2026-08-20** `93df40e2efd5` — 2 info
  - removed the pattern `^pag_.*` from the `path` request parameter `grantId`
  - removed the pattern `^plg_.*` from the `path` request parameter `pluginId`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/plugins/:pluginId/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/fcbb34aa1702/schema)
