Appearance
Delete OE parts
OpenAPI specificationsdelete https://api.autopass.pro/vehicles/{vehicle_id}/parts-oe
Delete OE parts for specific vehicle.
Path parameters
vehicle_idrequired- Type:
integer - Example:
47743544
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
item | object | |
item.application_id | number | 438 |
item.part_oe_id | number | 58005960 |
Example
[
{
"application_id": 438,
"part_oe_id": 58005960
}
]