---
title: "Revoke a shared dashboard URL"
method: DELETE
path: "/api/v1/dashboard/public/{token}"
tags: ["Dashboards"]
---

# Revoke a shared dashboard URL

`DELETE /api/v1/dashboard/public/{token}`

Revoke the public URL for a dashboard (rendering it private) associated with the specified token.

## Path parameters

- `token` string, required

## Response `200`

OK

- DeleteSharedDashboardResponse — Response containing token of deleted shared dashboard.
  - `deleted_public_dashboard_token` string — Token associated with the shared dashboard that was revoked.

## Other responses

- `403` — Forbidden
- `404` — Shared Dashboard Not Found
- `429` — Too many requests

---

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