Core
Framework v2.x
2

remove() #

Removes a filter.

Arguments #

remove(filterId: string): Promise<void>;

ArgumentsTypeDescription
filterId
string
Filter unique identifier, obtained either with Koncorde.normalize or Koncorde.register

Return #

The remove function returns a promise, resolved once the filter has been completely removed from Koncorde.