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"
}
]
}
}
}