Mutation
Variables
Response
Mutations
deleteCustomDomain
Remove the Network’s custom domain configuration. Tears down every registered custom domain and restores the default Mighty domain — not just the domain the ID references
MUTATION
deleteCustomDomain(input: DeleteCustomDomainInput!): DeleteCustomDomainPayloadArguments
input
DeleteCustomDomainInput!
required
Parameters for DeleteCustomDomain
Returns
clientMutationId
String
A unique identifier for the client performing the mutation.
deletedId
ID
errors
[String!]!
Mutation
Variables
Response