uninstallFilter
Destroys a Filter that was created from one of the following Actions:
Usage
import { } from './client'
const = await .()
const = await .({ })
// trueReturns
boolean
A boolean indicating if the Filter was successfully uninstalled.
Parameters
filter
- Type:
Filter
A created filter.
const = await .()
const = await .({
,
})