IoT Stadium

API Documentation

Dashboard

Dashboard - DEL Delete Dashboard

Delete

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