deleteEntries( formId: string ): Promise<any> {
        return this.reqDelete(this.getEntriesEndpoint( formId ) );
    }