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

DELETE /v1/inventory/items?itemIds[]=6544e3c5d146b8fb4bab1862 HTTP/1.1
Host: invent-dev.api.mimiland.io
mm-client-id: mml
Authorization: bearer v4.public.eyJhZC*****5xTtpdbQI
mm-user-id: 64edd6c4f8969bbd526d3b8b

Parameter

Key
Type
Description

itemIds[] *required

String

id of the items to delete

Last updated