DELETE {{cartes_api_base_url}}/maps/{{cartes_map_uuid}}/markers/{{cartes_marker_id}}?token=xxx&map_token={{cartes_map_token}}
Body
PARAM
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 `token` in that case. |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"success": true
} |
ENDPOINTS