deleteFilterView()
Home > @gooddata/sdk-ui-dashboard > deleteFilterView
deleteFilterView() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Creates the IDeleteFilterView command.
Signature:
export declare function deleteFilterView(ref: ObjRef, correlationId?: string): IDeleteFilterView;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
ref of the filter view that must be deleted | |
|
correlationId |
string |
(Optional) specify correlation id. It will be included in all events that will be emitted during the command processing. |
Returns:
delete filter view command
Remarks
Dispatching this command will result into deletion of the persisted filter view.