IoT Stadium

API Documentation

Dashboard

Dashboard - DEL Delete Dashboard

Permanently remove a dashboard from the system.

Delete
https://api.iotstadium.com/ext/dashboards/:id
{
	"key": "Content-Type",
	"value": "application/json"
},
{
	"key": "Authorization",
	"value": "Bearer {{token}}"
},
https://api.iotstadium.com/ext/dashboards/210                                            
{
    "message": "dashboard deleted",
    "data": {
        "id": "210"
    },
    "code": 200
}
{
    "message": "data not found",
    "errors": [
        {
            "message": "data not found",
            "field": "dashboard"
        }
    ],
    "code": 404
}