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.

Delete Project Agent mutation.

Operation details

FieldValue
NamedeleteProjectAgent
GroupProject Primitives
TypeMutation
SignaturedeleteProjectAgent(input: DeleteProjectAgentInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectAgent($input: DeleteProjectAgentInput!) {
  deleteProjectAgent(input: $input) {
    id
    success
  }
}

Variables

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