Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Delete domain mutation.
deleteDomain
deleteDomain(input: DeleteDomainInput!): DeleteDomainPayload
mutation DeleteDomain($input: DeleteDomainInput!) { deleteDomain(input: $input) { success } }
{ "input": { "environmentId": "", "domain": "" } }