Skip to content

Unlike a Brand Data Point

Request

Unlike a brand data point

Path
idstringrequired

The ID of the Brand Data Point

curl -i -X DELETE \
  'https://uberall.com/api/brand-data-points/{id}/like'

Responses

Successfully unliked Brand Data Point

Bodyapplication/json
statusstringrequired
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
messagestring

(optional) Holds further information about the response

warningsArray of strings

(optional) Holds further warnings

responseobjectrequired

The actual response object of the response

Response
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPoint": {} } }