Skip to main content

Remove a Vehicle

DELETE 

/vehicles/:plate

Removes a single vehicle from the user.

Request

Path Parameters

    plate stringrequired

    Plate of the vehicle to delete

    Example: 0388VCP

Header Parameters

    x-access-token string

    Authentication header obtained from POST /authenticate that identifies the user making this call.

    Example: NgDvLMpPq.6AgfCvkP.YEWA3ZX
    x-api-user string

    Authentication header obtained from POST /authenticate that identifies the client making this call.

    Example: AbC123DeF456GhI789JkL012
    x-api-key string

    Authentication header obtained from POST /authenticate that identifies the user making this call.

    Example: XyZ456AbC789DeF012GhI345

Responses

OK

Loading...