Skip to main content
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": ""
  }
}