Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Revoke a user’s access grant from a path. Requires admin grant.
| Field | Value |
|---|---|
| Name | revokeGrant |
| Group | Uploads |
| Type | Mutation |
| Signature | revokeGrant(input: RevokeGrantInput!): VisibilityPayload! |
mutation RevokeGrant($input: RevokeGrantInput!) {
revokeGrant(input: $input) {
error
success
}
}
{
"input": {
"path": "",
"userId": ""
}
}