API Sections Resource types Resource type Resources Resource Items Item Keyed Data
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}/data/{key}
Method : DELETE
Code : 204
No Content
Code : 404
Content :
{
"message": "The data can't be found."
}
Code : 403
Content :
{
"message": "Data can't be found or is not accessible to you."
}