Delete Map

map_id

string

required

UUID of the map.

200 Message if deletion is successful

object

message

string

{
  "message": "string"
}

curl --request DELETE \
     --url https://data-api.foursquare.com/v1/maps/map_id \
     --header 'accept: application/json'