@makehq/sdk
    Preparing search index...

    Type Alias DeleteCustomPropertyStructureItemOptions

    Options for deleting a custom property structure item.

    type DeleteCustomPropertyStructureItemOptions = {
        confirmed?: boolean;
    }
    Index

    Properties

    Properties

    confirmed?: boolean

    Confirmation of the deletion. Required (the API fails with IM004 otherwise) when scenarios already have data for this item; confirming discards that data irreversibly.