Delete List

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

Response Codes

Example cURL Request

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

Example Response

{
  "meta": {
    "code": 200,
    "requestId": "6418cb0b6d5b3b4c67af1bde"
  },
  "notifications": [
    {
      "type": "notificationTray",
      "item": {
        "unreadCount": 0
      }
    }
  ],
  "response": {}
}