detachEngine #
Detach a device from an engine.
Query Syntax #
HTTP #
URL: http://kuzzle:7512/_/device-manager/:engineId/devices/:_id/_detach
Method: DELETE
Other protocols #
{
"controller": "device-manager/devices",
"action": "detachEngine",
"engineId": "<engineId>",
"_id": "<deviceId>",
}
Arguments #
engineId
: Engine ID_id
: Device ID
Response #
{
"status": 200,
"error": null,
"controller": "device-manager/devices",
"action": "detachEngine",
"requestId": "<unique request identifier>",
}
Edit this page on Github(opens new window)