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.

Remove User From Project mutation.

Operation details

FieldValue
NameremoveUserFromProject
GroupUsers
TypeMutation
SignatureremoveUserFromProject(input: RemoveUserFromProjectInput!): RemoveUserFromProjectPayload

Playground

Query

Query
mutation RemoveUserFromProject($input: RemoveUserFromProjectInput!) {
  removeUserFromProject(input: $input) {
    status
  }
}

Variables

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