[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["# Delete selected routes\n\nSend a `DELETE` request to the [`delete`](/maps/documentation/roads-management-insights/reference/rest/v1/selection.v1.projects.selectedRoutes/delete) endpoint to delete a selected route\nfrom your project and stop data collection. \n\n```html\nhttps://roads.googleapis.com/selection/v1/projects/PROJECT_NUMBER/selectedRoutes/SELECTED_ROUTE_ID\n```\n\nThe request must include the [`name`](/maps/documentation/roads-management-insights/reference/rest/v1/selection.v1.projects.selectedRoutes#SelectedRoute.FIELDS.name) of the [`SelectedRoute`](/maps/documentation/roads-management-insights/reference/rest/v1/selection.v1.projects.selectedRoutes#SelectedRoute) to delete\nand the project number.\n\nThe following code sample shows the structure of a `DELETE` request to the\n[`delete`](/maps/documentation/roads-management-insights/reference/rest/v1/selection.v1.projects.selectedRoutes/delete) endpoint: \n\n```\ncurl -X DELETE \\\n-H 'X-Goog-User-Project: PROJECT_NUMBER' \\\n-H \"Authorization: Bearer ACCESS_TOKEN\" \\\n\"https://roads.googleapis.com/selection/v1/projects/PROJECT_NUMBER/selectedRoutes/SELECTED_ROUTE_ID\"\n```\n\nOn success, the API returns an empty JSON object."]]