{ "opencollection": "1.0.0", "info": { "name": "Samsara Dispatch API", "version": "2024-11-18" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Dispatch", "type": "folder" }, "items": [ { "info": { "name": "Delete a Route", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.samsara.com/v1/fleet/dispatch/routes/:route_id_or_external_id", "params": [ { "name": "route_id_or_external_id", "value": "", "type": "path", "description": "ID of the route. This can either be the Samsara-specified ID, or an external ID. External IDs are customer specified key-value pairs created in the POST or PATCH requests of this resource. To specify an external ID as part of a path parameter, use the following format: `key:value`. For example, `payrollId:ABFS18600`" } ], "body": { "type": "json", "data": "{}" } }, "docs": "\n\n\nThis endpoint is still on our legacy API.\n\n\n\nDelete a dispatch route and its associated jobs. \n\n **Submit Feedback**: Likes, dislikes, and API feature requests should be filed as feedback in our API feedback form. If you encountered an issue or noticed inaccuracies in the API documentation, please submi" } ] } ], "bundled": true }