Delete Transport Route
Delete Transport Route
Permanently delete a transport route and all its sections
DELETE
Delete Transport Route
Delete Transport Route
Permanently delete a transport route by its unique identifier. All associated transport sections and their calculated emissions (total_impacts) records are deleted automatically in the same operation.
Request
Authentication
Supports both authentication methods:Your API key (use this or
Authorization)Example: sk_live_1234567890abcdefBearer JWT token (use this or
x-api-key)Example: Bearer eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9...Headers
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
The unique identifier (UUID) of the transport route to deleteExample:
010ed3b6-b513-40f3-b9fe-0f0a338d9274Response
Returns204 No Content on success. The response body is empty.
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key / JWT token403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: Route ID does not exist or belongs to a different organizationRelated Endpoints
List Transport Routes
Retrieve all transport routes to find IDs before deleting
Get Transport Route
Retrieve a specific route before deleting
Create Transport Route
Create a new transport route with sections
Get Route Counts
Confirm counts decrease after deletion
Transport Overview
Full data model and distance calculation reference

