Skip to main content

Delete vehicle

DELETE 

/api/vehicle/:id

Delete a vehicle associated with your company.

Request

Path Parameters

    id stringrequired

Header Parameters

    apikey stringrequired

    Apikey of a company linked to a user

Responses

Example response

Schema
    status integer
    data object
    _id string
    cargo_type string[]

    Types of loading methods valid for the truck ("NONE", "up", "lateral", "back")

    vehicle_type string

    Truck type ("NONE", "r3c", "tir", "rt", "r2c", "r2d", "van", "frc", "f2c", "adr", "ft", "pt ", "cc", "hdcc", "dump", "live" or "cocar")

    image string

    Image of the truck.

    itv string

    Truck ITV document.

    shipping_type string

    Refrigerated or dry truck ("fresh" or "dry")

    plate string

    Truck plate

    fresh_cargo_temp integer

    Temperature that the truck can reach if it is refrigerated, in degrees Celsius.

Loading...