deleteDashboardPlugin()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > deleteDashboardPlugin
IWorkspaceDashboardsService.deleteDashboardPlugin() method
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.
Deletes a record about a dashboard plugin from the backend.
Signature:
deleteDashboardPlugin(ref: ObjRef): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
ref | ObjRef | reference to plugin to |
Returns:
Promise<void>
Remarks
- some backend implementations may reject to delete a dashboard plugin that is used on existing dashboards