Admin APIs/Vehicle Management
Delete Vehicle
DELETE
/admin/vehicles/:idBearer token required
ADMINContent-Type:
application/jsonDestructive Operation
This action cannot be undone. Ensure you have the correct resource identifier before proceeding.
Path Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | number | Required |
Code Examples
curl -X DELETE 'https://<your-domain>:3001/admin/vehicles/:id' \
-H 'Authorization: Bearer <token>'