Const
Api
Param
Description
DELETE https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/entries/:entry_id Delete Data Store Entry universe_id The universe ID. data_store_id The data-store ID. entry_id The entry ID. Marks the specified entry for deletion.
Entries are not be deleted immediately; instead, the state field will be set to DELETED. Permanent deletion occurs after 30 days.
state
DELETED
On success, returns 200 OK. If the entry doesn't exist, returns 404 Not Found.
DELETE https://apis.roblox.com/cloud/cloud/v2/universes/:universe_id/data-stores/:data_store_id/entries/:entry_id Delete Data Store Entry universe_id The universe ID. data_store_id The data-store ID. entry_id The entry ID. Marks the specified entry for deletion.
Entries are not be deleted immediately; instead, the
state
field will be set toDELETED
. Permanent deletion occurs after 30 days.On success, returns 200 OK. If the entry doesn't exist, returns 404 Not Found.