@oneblink/apps-react
    Preparing search index...

    Function deleteCivicPlusHCMSContentItem

    • Delete CivicPlus HCMS content item.

      Parameters

      • options: {
            abortSignal?: AbortSignal;
            contentId: string;
            formId: number;
            formsAppId: number;
        }
        • OptionalabortSignal?: AbortSignal

          Allows request to be aborted

        • contentId: string

          The identifier for the HCMS Content to be deleted

        • formId: number

          The identifier for the Form to determine the HCMS Content Type.

        • formsAppId: number

          The identifier for the Forms App to determine the HCMS Content Type.

      Returns Promise<void>