Delete item from storage
- 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Delete item from storage
- Updated on 18 May 2022
- 1 Minute to read
-
DarkLight
-
PDF
Deletes an item stored in persistent storage under the given key.
Input arguments
Label | Key | Type | Required? | Default | Description |
---|---|---|---|---|---|
Item key | key |
String | Yes | – | Key of the item to delete from persistent storage. |
Output arguments
Number of outputs: 2
No output arguments.
Events
No events.
Errors
Label | Code | Description |
---|---|---|
Unknown error | unknown |
Thrown if an item with the given key could not be deleted from persistent storage. |
Was this article helpful?