# Delete trip Delete a specific trip by ID Endpoint: DELETE /trips/{tripId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `tripId` (integer, required) Unique identifier of the trip Example: 12345 ## Response 200 fields ## Response 404 fields