---
title: "Revoke dashboard access"
method: DELETE
path: "/v1/dashboards/{dashboardId}/access/{grantId}"
tags: ["Dashboards"]
---

# Revoke dashboard access

`DELETE /v1/dashboards/{dashboardId}/access/{grantId}`

## Path parameters

- `dashboardId` string, typeid, required
- `grantId` string, typeid, required

## Response `204`

Dashboard access revoked successfully.

## Other responses

- `401` — The caller must be signed in.
- `403` — Only workspace owners and admins can revoke dashboard access.
- `404` — The dashboard or grant was not found.

## Changes

- **2026-08-26** `d80eb05462b3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/dashboards/:dashboardId/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/571dc4a74532/schema)
