Skip to main content

DeleteCeContactStoreContactGroupInput

Defines the input details for deleting a contact group in a continuing education contact store.

input DeleteCeContactStoreContactGroupInput {
ceContactStoreId: ID!
coordinatorId: ID!
}

Fields

DeleteCeContactStoreContactGroupInput.ceContactStoreId ● ID! non-null scalar

The identifier of the continuing education contact store associated with the coordinator.

DeleteCeContactStoreContactGroupInput.coordinatorId ● ID! non-null scalar

The identifier of the contact who is the coordinator of the group.

Member Of

deleteCeContactStoreContactGroup mutation