Delete a data point definition
DELETE /api/v1/projects/:project_id/data-point-definitions/:data_point_definition_id
Delete a data point definition from the project
Path Parameters
- project_id string requiredProject ID 
- data_point_definition_id string requiredData point definition ID 
Responses
- 200
- 400
- 401
- 403
Success" {"ok":1,"data":{"dataPointDefinitionId":"data_point_definition_id"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Bad Request" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":400,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Unauthorized" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":401,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Forbidden" {"ok":0,"error":{"message":"Failed to parse the body for panel creation!","code":403,"error":"error"}}
- application/json
- Schema
- Example (from schema)
Schema
{}
Loading...