excludedDomainDelete
Deletes an excluded domain.
mutation ExcludedDomainDelete($excludedDomainId: ID!) {
excludedDomainDelete(input: { excludedDomainId: $excludedDomainId }) {
deletedExcludedDomainId
errors {
message
path
}
}
}
excludedDomainDelete(
input: ExcludedDomainDeleteInput!
): ExcludedDomainDeletePayload
Arguments
excludedDomainDelete.input ● ExcludedDomainDeleteInput! non-null input common
Parameters for ExcludedDomainDelete
Type
ExcludedDomainDeletePayload object common
Autogenerated return type of ExcludedDomainDelete