Data Points
Reject a reply to a Data Point
Deletes a reply to a data point that needs approval.
delete/data-points/{id}/reply/{replyId}/approval
Path parameters
idstring required
The id of the root data point
replyIdstring required
The id of the replying data point
Response
Success
Example response
{
"response": {
"dataPoint": {
"secondaryData": "text content on instagram pictures",
"comments": [
{
"secondaryData": "text content on instagram pictures"
}
]
}
}
}Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.