Brand Data Points
Reject a reply to a Brand Data Point
Deletes a reply to a brand data point that needs approval.
delete/brand-data-points/{id}/reply/{replyId}/approval
Path parameters
idstring required
The id of the root brand data point
replyIdstring required
The id of the replying brand data point
Response
Success
Example response
{
"response": {
"dataPoint": {
"secondaryData": "text content on instagram pictures",
"comments": [
{
"secondaryData": "text content on instagram pictures"
}
]
}
}
}