StorageApi.remove()
Home > @backstage/core-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>