Delete a marker on a map
DELETE {{cartes_api_base_url}}/maps/{{cartes_map_uuid}}/markers/{{cartes_marker_id}}?token=xxx&map_token={{cartes_map_token}}
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| token | string | This is the token specific to the marker | |
| map_token | string | If you have a map token, you can delete any marker on the map using that token. There's also no need to pass marker tokenin that case. | 
Request Body
{"lat"=>45, "lng"=>-18, "description"=>"Gray Lady", "category"=>570}
RESPONSES
status: OK
{"success":true}