Delete a resource
Request to delete a resource is an async operation. The device after successful resource deletion unpublishes the resource from the plgd hub. This information is published to the WebSocket in form of an RESOURCE_UNPUBLISHED event.
Query parameters
Command expiration in nanoseconds. 0 means forever and 100ms is minimal value.
Response
Confirmation event about successful resource deletion.
Example response
{
"data": {
"resourceId": {
"href": "/switches/1",
"deviceId": "4629b3cb-3a6e-477c-5d50-ccb28ad7c349"
},
"content": {
"rt": [
"oic.r.switch.binary"
],
"if": [
"oic.if.a",
"oic.if.baseline"
],
"value": false
},
"auditContext": {
"userId": "9772fcff-dcfb-4db8-a6c9-1b75f2165eb1",
"correlationId": "e20f1eef-2eeb-4755-b33e-139106d28e2c"
},
"eventMetadata": {
"connectionId": "194.1.25.111:61692",
"sequence": "7",
"version": "0",
"timestamp": "1625427236429144178"
},
"status": "OK"
}
}Changes
Changed in 5 of the 42 revisions of this API.118
- ●
added the new
NOT_MODIFIEDenum value to thedata/statusresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the optional property
error/details/items/typeUrlto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/details/items/typeUrlto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/details/items/typeUrlto the response with the403statusresponse-optional-property-added
- ○
added the optional property
error/details/items/valueto the response with the400statusresponse-optional-property-added
- ○
added the optional property
error/details/items/valueto the response with the401statusresponse-optional-property-added
- ○
added the optional property
error/details/items/valueto the response with the403statusresponse-optional-property-added
- ○
- ○
added the new optional
queryrequest parametertimeToLivenew-optional-request-parameter
- ○
- ○
endpoint added
endpoint-added
This revision also has 10 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 55 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
Of the 42 revisions, 3 have no diff computed.