Removes a data point link from a device
DELETE /api/v1/projects/:project_id/fleets/:fleet_id/devices/:device_id/data_points/:device_data_point_id
Removes a data point link from a device by ID
Path Parameters
- project_id string required
Project ID
- fleet_id string required
Fleet ID
- device_id string required
Device ID
- device_data_point_id string required
Device Data Point ID
Responses
- 200
Success" {"ok":<count>}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...