API Reference
Revoke public share link
DELETE
/api/dashboards/{id}/share
Revoke public share link
Operation IDrevokeDashboardShare
Authentication
- BearerAuth
http bearerAPI key token (envoy_<hex>). Create keys from Settings → API Keys — see Using the API.
Path parameters
idintegerrequiredResource ID
Success response body
200Share link revoked
Share link revoked
Content typeapplication/json
responseobject1 property
okbooleanError responses
404Resource not found
Resource not found
Content typeapplication/json
responseobject2 properties
errorstringmessagestringExample response
{
"error": "NOT_FOUND",
"message": "Resource not found"
}