Skip to main content

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​

Successful Response