Delete Items
This API is designed to delete an existing user item from the game. The endpoint expects the item ID as input and will delete the corresponding item from the database.
Request
Parameter
Key
Type
Description
itemIds[] *required
String
id of the items to delete
Last updated