Mutation
mutation DeleteWorkspaceEmailDomainSettings {
deleteWorkspaceEmailDomainSettings {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteWorkspaceEmailDomainSettings": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Mutations
deleteWorkspaceEmailDomainSettings
Removes the workspace’s custom email domain configuration. After deletion, email will no longer be routed through the custom domain.
MUTATION
deleteWorkspaceEmailDomainSettings: DeleteWorkspaceEmailDomainSettingsOutput!error
Mutation
mutation DeleteWorkspaceEmailDomainSettings {
deleteWorkspaceEmailDomainSettings {
error {
message
type
code
fields {
field
message
type
}
}
}
}Response
{
"data": {
"deleteWorkspaceEmailDomainSettings": {
"error": {
"message": "string",
"type": "VALIDATION",
"code": "string",
"fields": [
{
"field": "string",
"message": "string",
"type": "VALIDATION"
}
]
}
}
}
}Was this page helpful?

