Skip to main content
DELETE
cURL
Revoking is a soft delete. The grant stops taking effect immediately and disappears from List Permissions, but the row is retained with the actor and timestamp for the audit trail.
Returns 204 No Content.
Revoking a Catalog grant also removes the cloud-level data access derived from it. The member loses the ability to query the affected tables, not just the ability to see them in the app.

Who can call it

An API key created by an Owner or Admin can revoke any grant. A key created by a Member can only revoke viewer and editor grants, and only on a resource where that Member holds manager.

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Path Parameters

id
string<uuid>
required

A UUID string identifying this Lakehouse permission.

Response

204

No response body