Skip to main content

DeleteContactStoreScopedCustomFieldDefinitionInput

Defines the input for deleting a custom field definition in a contact store.

input DeleteContactStoreScopedCustomFieldDefinitionInput {
contactStoreId: ID!
customFieldDefinitionId: ID!
}

Fields

DeleteContactStoreScopedCustomFieldDefinitionInput.contactStoreId ● ID! non-null scalar

The identifier of the contact store the custom field definition is associated with.

DeleteContactStoreScopedCustomFieldDefinitionInput.customFieldDefinitionId ● ID! non-null scalar

The identifier of the custom field definition.

Member Of

deleteContactStoreScopedCustomFieldDefinition mutation