Skip to main content

DeleteCeContactStoreScopedCustomFieldTabInput

Defines the input details for deleting a custom field tab for a continuing education contact store.

input DeleteCeContactStoreScopedCustomFieldTabInput {
ceContactStoreId: ID!
customFieldTabId: ID!
}

Fields​

DeleteCeContactStoreScopedCustomFieldTabInput.ceContactStoreId ● ID! non-null scalar​

The identifier of the continuing education contact store the custom field tab is associated with.

DeleteCeContactStoreScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar​

The identifier of the custom field tab.

Member Of​

deleteCeContactStoreScopedCustomFieldTab mutation