API Reference
Delete Used Car by VIN
Removes a specific used car from the dealership's inventory by its VIN.
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Path Parameters
vin*string
The Vehicle Identification Number (VIN) of the car to delete.
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://api-dev.dealerai.dev/api/v1/inventory/used/string"Empty
{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}