Delete Taste
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 📄.
Request Parameters
- string (required): The API version date as documented here; e.g. 20231010
- tasteId (string, required): The ID of the taste you want to add.
Response Structure
Successful Deletion (Code: 200)
{
"meta": {
"code": 200,
"requestId": "6418cb0b6d5b3b4c67af1bde"
},
"notifications": [
{
"type": "notificationTray",
"item": {
"unreadCount": 0
}
}
],
"response": {}
}
Error Response (Code: 400)
{
"meta": {
"code": 400
}
}
Example cURL Command
curl --request POST \
--url https://api.foursquare.com/v2/tastes/delete \
--header 'accept: application/json'