DeleteContactStoreScopedCustomFieldTabInput
Defines the input details for deleting a custom field tab for a contact store.
input DeleteContactStoreScopedCustomFieldTabInput {
contactStoreId: ID!
customFieldTabId: ID!
}
Fields
DeleteContactStoreScopedCustomFieldTabInput.contactStoreId ● ID! non-null scalar
The identifier of the contact store the custom field tab is associated with.
DeleteContactStoreScopedCustomFieldTabInput.customFieldTabId ● ID! non-null scalar
The identifier of the custom field tab.