This operation assigns the data store an expiry time 30 days in the future,
at which point permanent deletion begins. To cancel, use the
UndeleteDataStore operation before the data store's expiry time.
Permanent deletion consists of deleting all of the entries in the data
store and then the data store resource itself. The data store is no longer
returned by the ListDataStores Open Cloud endpoint or
ListDataStoresAsync Luau API, and you can reuse the data store's name.
The duration of the permanent deletion process depends on the number of
entries in the data store. However, you can expect a data store with 1
million or fewer entries to be permanently deleted within 3 days.
Data stores scheduled for permanent deletion are returned by the
ListDataStores Open Cloud endpoint when the query parameter showDeleted
is set to true. In the return value, each data store will have a
DELETED state and an expireTime field.
Data stores scheduled for permanent deletion are immediately made
inaccessible, meaning attempts to read or write to their entries will fail.
Note: Due to caching in the backend service, attempts to read from or write
to entries in these data stores can continue to succeed for a limited time
after the deletion:
GetDataStoreEntry: can succeed for up to 24 hours.
All other endpoints: can succeed for several minutes.
If the data store is already in a DELETED state, this operation is a
no-op, and the data store is returned as-is.
DELETE https://apis.roblox.com/cloud/v2/universes/:universe_id/data-stores/:data_store_id Delete Data Store universe_id The universe ID. data_store_id The data-store ID. Schedules the specified data store for permanent deletion.
This operation assigns the data store an expiry time 30 days in the future, at which point permanent deletion begins. To cancel, use the
UndeleteDataStoreoperation before the data store's expiry time.Permanent deletion consists of deleting all of the entries in the data store and then the data store resource itself. The data store is no longer returned by the
ListDataStoresOpen Cloud endpoint orListDataStoresAsyncLuau API, and you can reuse the data store's name.The duration of the permanent deletion process depends on the number of entries in the data store. However, you can expect a data store with 1 million or fewer entries to be permanently deleted within 3 days.
Data stores scheduled for permanent deletion are returned by the
ListDataStoresOpen Cloud endpoint when the query parametershowDeletedis set totrue. In the return value, each data store will have aDELETEDstate and anexpireTimefield.Data stores scheduled for permanent deletion are immediately made inaccessible, meaning attempts to read or write to their entries will fail.
Note: Due to caching in the backend service, attempts to read from or write to entries in these data stores can continue to succeed for a limited time after the deletion:
GetDataStoreEntry: can succeed for up to 24 hours. All other endpoints: can succeed for several minutes.If the data store is already in a
DELETEDstate, this operation is a no-op, and the data store is returned as-is.