Skip to content
Developers API v302
API reference

Remove vehicle

Bearer auth
POST /api/v302/vehicles/remove

Removes a vehicle from the authenticated owner's account.

Endpoint

POST https://getrentacar.com/api/v302/vehicles/remove

Request headers
Header Required? Example Description
Authorization required Bearer 000:XXXXXXX Your API token
Request parameters
Parameter Required? Type Description
user_id required int Vehicle owner ID
vehicle_id required int Vehicle ID
Error codes
Error Description
24 This vehicle does not belong to the authenticated owner
Interactive console

Try it

Explicit requests only
Requests are never sent automatically. Credentials stay in this browser tab and are not persisted.
This request may change account data and requires confirmation.