StorageApi.remove()
Home > @backstage/frontend-plugin-api > StorageApi > remove
Remove persistent data.
Signature:
remove(key: string): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
key |
string |
Unique key associated with the data. |
Promise<void>