Skip to main content
Delete Project Prompt mutation.

Operation details

FieldValue
NamedeleteProjectPrompt
GroupProject Primitives
TypeMutation
SignaturedeleteProjectPrompt(input: DeleteProjectPromptInput!): DeleteProjectPrimitivePayload!

Playground

Query

Query
mutation DeleteProjectPrompt($input: DeleteProjectPromptInput!) {
  deleteProjectPrompt(input: $input) {
    id
    success
  }
}

Variables

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