latestOpenAPI 3.1.02026-08-1062617.0 KB

fc05ba366987

KVStore
public

Clear KVStore data

Delete all KVStore data except for the specified keys. If a World ID or Launch Context ID header are supplied, the respective Project ID header must also be supplied.

Both the client and server data will be cleared at the given level only. i.e. clearing the Organization store will not have an impact on any child Projects, Launch Contexts, nor Worlds.

post/delete/

Headers

x-m2-organization-idstring required

The ID of an organization

x-m2-project-idstring

The ID of a project

x-m2-launch-context-idstring

The ID of a launch context

x-m2-world-idstring

The ID of a world

Request body

keysToIgnorestring[]

An array of keys to ignore when clearing the store

Response

Indicates the KV Store was successfully cleared.

PostKvstoreDeleteResponse required

Indicates the KV Store was successfully cleared.