@halix/action-sdk
    Preparing search index...

    Function deleteRelatedObjects

    • deleteRelatedObjects deletes multiple objects related to a specific parent.

      Parameters

      • parentElementId: string

        The ID of the parent element

      • parentKey: string

        The key of the parent object

      • childElementId: string

        The ID of the child element to delete

      • childKeys: string[]

        Array of keys of the child objects to delete

      Returns Promise<boolean>

      Promise resolving to true if deletion was successful