---
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.

---

[API](https://skmtc.net/openworklabs/apis/den-api.md) · [All operations](https://skmtc.net/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openworklabs/den-api/versions/55ba7d5c7a7b/schema)
