Delete an owned item

DELETE /Api/OwnedItems/{id}

Requires verified email; Requires one of the following permissions: Shop.DeleteOwnedItem, Shop.DeleteOwnOwnedItem; Requires the following features to be enabled: Shop

Path parameters

  • id integer(int32) Required

Responses

DELETE /Api/OwnedItems/{id}
curl \
 -X DELETE https://app.lovassy.hu/Api/OwnedItems/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (404)
{
  "type": "string",
  "title": "string",
  "status": 42,
  "detail": "string",
  "instance": "string"
}