IoT Stadium

API Documentation

Telemetry Profile

Telemetry Profile - DEL Delete Telemetry Profile

Removes a telemetry profile from the system, including all associated rules.

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