# unwatch()
Removes all watch directives from a symbol.
- Interface
class MidaMarketWatcher {
unwatch (symbol: string): Promise<void>;
}
Removes all watch directives from a symbol.
class MidaMarketWatcher {
unwatch (symbol: string): Promise<void>;
}