Mutation: permanentlyDeleteContact
Permanently delete & anonymize data if possible. THIS ACTION IS IRREVERSIBLE. Requires access to resource GRAPHQL_CONTACT_EDIT
phonebook {
permanentlyDeleteContact(
contactNid: ContactNid!
): NonNullBooleanValueOrErrorList!
}