DeleteCeContactStoreContactGroupPayload
Payload when deleting a contact group in a continuing education contact store.
type DeleteCeContactStoreContactGroupPayload {
success: Boolean!
}
Fields
DeleteCeContactStoreContactGroupPayload.success
● Boolean!
non-null scalar
A flag indicating whether the contact group were deleted successfully.
Returned By
deleteCeContactStoreContactGroup
mutation