store.delete

MJS / AC Piece API / system / done
store.delete(key, method = "local")

Remove a storage key and any saved data.

Parameters

Name Type Required Description
key string yes Store key to remove.
method string no Persistence backend.

Returns

Promise<boolean>

Examples

No explicit examples yet.

Open playground to experiment live.

Runtime Notes

No additional runtime notes yet.

Details

No additional details yet.

Live Preview

Embedded AC preview