post https://api.foursquare.com/v2/apps//geofence//delete
Delete a geofence referenced by its geofenceId
.
Responses
Delete a geofence referenced by its geofenceId
.
xxxxxxxxxx
curl --request POST \
--url https://api.foursquare.com/v2/apps/client_id/geofence/geofence_id/delete \
--header 'accept: application/json'
xxxxxxxxxx
15{
"meta": {
"code": 200,
"requestId": "5caba2a54434b90ef3069965"
},
"notifications": [
{
"type": "notificationTray",
"item": {
"unreadCount": 0
}
}
],
"response": {}
}