API Sections Resource types Resource type Resources Resource Items (Game) - GET
Delete the requested item, when you delete the item, key value data and log data will be removed as well.
URL : /v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}
Method : DELETE
Code : 204
No Content
Code : 404
Content :
{
"message": "The expense can't be found."
}
Code : 403
Content :
{
"message": "Expense can't be found or is not accessible to you."
}