Delete one or more route, marker, or track.
The id to delete. This is either the text name, the internal id, or a regular expression.
the type of object to delete, route, marker, or track
route
marker
track
id
{"type": "route", "id": "Seattle to Port Townsend"}{"type": "marker", "id": "K.*"} // delete all private markers beginning with the capital letter `K` Copy
{"type": "route", "id": "Seattle to Port Townsend"}{"type": "marker", "id": "K.*"} // delete all private markers beginning with the capital letter `K`
Delete one or more route, marker, or track.