Delete objects
IoT Edge Connect Message Store allows you to delete a single object or all objects from a data set of your choice.
To delete an object or all objects from the data set, you have to use our API. If you configured JWT authentication, ensure the objects you want to delete have the current JWT token assigned. See IoT Edge Connect Message Store API.
Deleting objects does not remove them from the cache. Use Fast Purge to clean the cache or wait for the object to expire, if you set the time to live (TTL) in the Maxage field of the Caching behavior. See Caching for details.
Updated over 1 year ago