Delete vehicle
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
DELETE /vehicles
Operation
Operation ID: deleteVehicle
Delete an existing vehicle. Permissions: - Own scope: `delete_vehicle` (linked to subuser node `VEHICLES_DELETE`). - Broader scope: `delete_vehicle_other`.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
no | object | |||
id | query | yes | integer |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Vehicle deleted | application/json |
403 | ||
404 |
Schema for response 200 (application/json):
{}
17 March 2026