API Reference
Deletes a specific datapoint by ID.
cURL
curl --request DELETE \ --url https://app.gomangrove.com/api/v1/projects/{project_id}/events/{event_id}/data_points/{data_point_id} \ --header 'Authorization: <api-key>'
""
Unique ID of event in the evt_XXXX syntax. For example: evt_DLnYvzbjSujNAvXE
evt_XXXX
evt_DLnYvzbjSujNAvXE
Unique ID of datapoint in the in_XXXX syntax. For example: in_kiIuaGIUqRxWUmTY
in_XXXX
in_kiIuaGIUqRxWUmTY
204
The response is of type any.
any