Deletes the specified item from Backpack of the specified user.
merchantId required | integer <uint32> Merchant ID. You can find this parameter in your Publisher Account:
|
projectId required | integer <uint32> Project ID. You can find this parameter in your Publisher Account next to the name of the project. |
userId required | string <uuid> User ID. |
itemId required | string <uuid> The unique identifier for the item. Specified when creating item via API call. |
X-HOST-ID required | string <uuid> A unique header issued by Xsolla. To obtain it, please contact the integration team at integration@xsolla.com or your Customer Success Manager at csm@xsolla.com. Provide them with the project ID and merchant ID. Keep X-HOST-ID confidential, as it is part of the authentication key. |
No content
Bad request
Not found
Internal server error
Unexpected error
curl -i -X DELETE \ 'https://metaframe.xsolla.com/web/backpack/merchants/{merchantId}/projects/{projectId}/users/{userId}/items/{itemId}' \ -H 'Authorization: Bearer <YOUR_JWT_HERE>' \ -H 'X-HOST-ID: 497f6eca-6276-4993-bfeb-53cbbbba6f08'
{- "message_id": "string",
- "message": "string"
}