api-docs

API Sections Resource types Resource type Resources Resource Items Item Keyed Data

Keyed Data - DELETE

Delete the requested item, when you delete the item, key value data and log data will be removed as well.

Request

URL : /v3/resource-types/{resource_type_id}/resources/{resource_id}/items/{item_id}/data/{key}

Method : DELETE

Responses

Success

Code : 204

No Content

Not found

Code : 404

Content :

{
    "message": "The data can't be found."
}

Not authourised

Code : 403

Content :

{
    "message": "Data can't be found or is not accessible to you."
}