Release Device
Note:
See the API documentation for this endpoint (opens in a new tab)
for more information.
For general webmate API usage, see REST API
.
Releases the existing device with the device id provided.
| Endpoint | /device/devices/{deviceId} |
| Method | DELETE |
| deviceId | Id of the device that is to be released |
| return schema | JSON with result (success or failure) and optional message |
| return example | {"result": "success"} |
You can use this endpoint the following way:
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| deviceId | webmate device id of the device that is to be released |
| |
You need an authenticated webmateSession to call this function, see this article
on how to set up and authenticate with the SDK.
| Parameter | |
|---|---|
| deviceId | webmate device id of the device that is to be released |
| |