Delete List Item

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

API Responses

Successful Deletion Response

{
  "meta": {
    "code": 200,
    "requestId": "6418ef863b62b02d0473f813"
  },
  "notifications": [
    {
      "type": "notificationTray",
      "item": {
        "unreadCount": 0
      }
    }
  ],
  "response": {
    "items": {
      "count": 1,
      "items": [
        {
          "id": "v552327e9498e46856f3ed445",
          "venue": {
            "id": "552327e9498e46856f3ed445",
            "name": "Conto's Pizza & Pasta"
          }
        }
      ]
    }
  }
}

Sample cURL Request

curl --request POST \
     --url https://api.foursquare.com/v2/lists/list_id/deleteitem \
     --header 'accept: application/json'