@gradientedge/commercetools-utils
    Preparing search index...

    Interface TypeRemoveFieldDefinitionAction

    interface TypeRemoveFieldDefinitionAction {
        action: "removeFieldDefinition";
        fieldName: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removeFieldDefinition"
    fieldName: string

    name of the FieldDefinition to remove. The removal of a FieldDefinition deletes asynchronously all Custom Fields using the FieldDefinition as well.