A request by the device server to remove data on the client.
Feature
Description
HTTP Method
Like POST/PUT
Idempotent
❌
Example
{ "apiVersion": "1.0.0", "method": "DELETE", "payload": { "devices": { "001A2B3C4D5E": {} //Delete the reference to this device with this mac address. } } }
The different kinds of payload requests that can be sent and received.