Skip to main content

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

Success" {"ok":<count>}

Schema
    Loading...