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 Environment mutation.

Operation details

FieldValue
NamedeleteEnvironment
GroupProjects
TypeMutation
SignaturedeleteEnvironment(input: DeleteEnvironmentInput!): DeleteEnvironmentPayload

Playground

Query

Query
mutation DeleteEnvironment($input: DeleteEnvironmentInput!) {
  deleteEnvironment(input: $input) {
    error
    success
  }
}

Variables

Variables
{
  "input": {
    "id": ""
  }
}