Skip to main content

Documentation Index

Fetch the complete documentation index at: https://veryfront.com/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.

Operation details

FieldValue
NamerevokeGrant
GroupUploads
TypeMutation
SignaturerevokeGrant(input: RevokeGrantInput!): VisibilityPayload!

Playground

Query

Query
mutation RevokeGrant($input: RevokeGrantInput!) {
  revokeGrant(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "projectId": "",
    "path": "",
    "userId": ""
  }
}