Delete Datapoint
DELETE/v0/datapoints/:datapoint_id
Delete a single monitoring datapoint and its associated data.
Cascades (app-side) to the datapoint's voice-file audio blob so no PII audio is left orphaned in storage, then removes the datapoint's child rows and the datapoint itself.
Datapoints that belong to a test run are rejected with 409 — those are deleted from the test run view so the whole run stays consistent.
Returns: 204 status code on successful deletion.
Request
Responses
- 204
- 400
- 401
- 404
- 422
Successful Response
Input data is incorrect
Okareo API token has failed authentication
Data is not found
Input data is invalid