Delete Tip
Public Beta Feature
This documentation covers a feature currently in Public Beta. Access is available to anyone interested in building personalized experiences for their end-users.
This feature is subject to the Personalization API (Self-Service) Public Beta End user License Agreement 📄.
Parameters
tip_id
string
required
v
string
required
The API version date as documented here; e.g. 20231010
Responses
Success (200)
{
"meta": {
"code": 200,
"requestId": "6414ad807d2e7971b67e2782"
},
"notifications": [
{
"type": "notificationTray",
"item": {
"unreadCount": 0
}
}
],
"response": {}
}
Error (400)
curl --request POST \
--url https://api.foursquare.com/v2/tips/tip_id/delete \
--header 'accept: application/json'