Telemetry Profile - DEL Delete Telemetry Profile
Delete
{{url_iot_backend}}/ext/telemetry-profile/:id
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "Authorization",
"value": "Bearer {{token}}"
}
Parameter
Field | Type | Description |
---|---|---|
id | Integer |
ID of the profile to delete |
{
"message": "telemetry_profile deleted",
"data": {
"id": "70"
},
"code": 200
}
{
"message": "data not found",
"errors": [
{
"message": "data not found",
"field": "telemetry_profile"
}
],
"code": 404
}