Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 2021
-
Component/s: FIWARE-TECH-HELP
-
Labels:
-
HD-Chapter:Data
-
HD-Enabler:Orion
Description
Created question in FIWARE Q/A platform on 02-04-2015 at 11:04
Please, ANSWER this question AT https://stackoverflow.com/questions/29409565/how-can-i-delete-an-id-less-entity-in-orion
Question:
How can I delete an id-less entity in Orion?
Description:
Question title pretty much self explanatory. It is possible to create an id-less entity in Orion. An id = .* query returns normally as an id-less, although existing entity. But how can someone delete that entity? This request didn't work obviously:
{
"contextElements": [
],
"updateAction": "DELETE"
}
This is the returned query:
{
"contextElement": {
"type": "",
"isPattern": "false",
"id": "",
"attributes": [
,
{ "name": "pressure", "type": "integer", "value": "720" } ]
},
"statusCode":
}
Activity
- All
- Comments
- History
- Activity
- Transitions