DealerAI
API Reference

Delete All New Cars

Removes all new car inventory records for the authenticated dealership.

DELETE
/api/v1/inventory/new
AuthorizationBasic <token>

Basic Authorization header

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.dealerai.com/api/v1/inventory/new"
{
  "rows": [
    {
      "index": 0,
      "id": "string",
      "error": {
        "code": 100,
        "reason": "string"
      },
      "has_error": true
    }
  ],
  "has_error": true
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}