Delete a map record by id. This will not delete datasets associated with the map.
Method
DELETE https://data-api.foursquare.com/v1/maps/<uuid> HTTP/1.1
Response
A message indicating if deletion was successful.
{
"message": "string"
}
Example
curl -X GET https://data-api.foursquare.com/v1/maps/<uuid> \
-H 'Authorization: Bearer <token>'