delete https://{hostname}/edgekv/v1/networks//namespaces//groups//items/
Mark an EdgeKV item for deletion. You need to specify the namespace
and group
the item belongs to. It can take ten seconds or longer for a deleted item to be removed from the database. If you attempt a read operation before the value has been updated globally, stale data may be returned until the update is complete. This is normal behavior for EdgeKV, which is an eventually consistent database.
Recipes
Delete an item
Open Recipe