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

Operation details

FieldValue
NamedeleteDomain
GroupProjects
TypeMutation
SignaturedeleteDomain(input: DeleteDomainInput!): DeleteDomainPayload

Playground

Query

Query
mutation DeleteDomain($input: DeleteDomainInput!) {
  deleteDomain(input: $input) {
    success
  }
}

Variables

Variables
{
  "input": {
    "environmentId": "",
    "domain": ""
  }
}