Delete vehicle condition
This endpoint documentation is generated directly from openapi.yaml.
Endpoint
DELETE /department/selfserve/vehicle/conditions
Operation
Operation ID: deleteSelfserveVehicleCondition
Delete a vehicle condition. Customers can only delete conditions for their own vehicles.
Authentication
Security requirements:
Scheme | Scopes |
|---|---|
BearerAuth | - |
Parameters
Name | In | Required | Type | Description |
|---|---|---|---|---|
id | query | yes | integer | Condition ID |
Responses
Status | Description | Content Types |
|---|---|---|
200 | Successfully deleted vehicle condition | application/json |
400 | ||
404 |
Schema for response 200 (application/json):
{
"properties": {
"message": {
"example": "Condition deleted",
"type": "string"
},
"selfserve": {
"allOf": [
{
"$ref": "#/components/schemas/SelfserveWashSummary"
}
],
"nullable": true
}
},
"type": "object"
}
17 March 2026