Mutation
Variables
Response
Mutations
deleteBlocklistEntry
Remove an email address from the Network’s blocklist, restoring email delivery to it. On plans without the member-email visibility billing feature, entries not visible to the host are not found.
MUTATION
deleteBlocklistEntry(input: DeleteBlocklistEntryInput!): DeleteBlocklistEntryPayloadArguments
input
DeleteBlocklistEntryInput!
required
Parameters for DeleteBlocklistEntry
Returns
blocklistEntry
clientMutationId
String
A unique identifier for the client performing the mutation.
errors
[String!]!
Mutation
Variables
Response