Mutation: deleteContact
Delete (deactivate) contact if possible.. Requires access to resource GRAPHQL_CONTACT_EDIT
phonebook {
deleteContact(
contactNid: ContactNid!
): NonNullBooleanValueOrErrorList!
}
Delete (deactivate) contact if possible.. Requires access to resource GRAPHQL_CONTACT_EDIT
phonebook {
deleteContact(
contactNid: ContactNid!
): NonNullBooleanValueOrErrorList!
}
deleteContact.contactNid ● ContactNid! non-null scalarNonNullBooleanValueOrErrorList union