Skip to main content
DELETE
cURL
Revoking is a soft delete: the grant stops applying at once and leaves the listing, and the row is kept with the actor and timestamp for the audit trail. Returns 204 No Content.
Revoking a secret grant removes the member’s ability to reference that secret in new Queries and Notebooks. Transformations that already list it as an input keep the reference; they are not rewritten.

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

Response

204

No response body