deleteEntry( formId: string, entryId: number ): Promise<any> {
        return this.reqDelete(this.getEntryEndpoint( formId, entryId ) );
    }