Skip to main content
DELETE
/
fleets
/
default
/
cars
Remove cars
curl --request DELETE \
  --url https://partner.staging.ezprk.dev/fleets/default/cars \
  --header 'Authorization: Bearer <token>'
[
  {
    "error": "<string>",
    "licenseNumber": "<string>"
  }
]

Authorizations

Authorization
string
header
required

You can get the JWT from the Login endpoint.

Query Parameters

licenseNumbers
string[]
required

List of cars to remove

Response

default - */*

List of failed license numbers with error messages

error
string
required

Error message

licenseNumber
string