Controller - DEL Delete Controller
Delete the specific controller of the selected device.
Deletehttps://api.iotstadium.com/ext/devices/:deviceId/actuator/:id
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
https://api.iotstadium.com/ext/devices/155/actuator/144
{
"message": "device_actuator deleted",
"data": {
"id": "144"
},
"code": 200
}
{
"message": "data not found",
"errors": [
{
"message": "data not found",
"field": "device_actuator"
}
],
"code": 404
}
{
"message": "Not Allowed",
"error": {
"message": "Not Allowed",
"field": "user"
},
"code": 403
}