---
title: "DELETE vehicle assignment"
method: DELETE
path: "/v1/vehicles/{uuid}/assignments/{assignmentUuid}"
tags: ["Vehicle assignments"]
---

# DELETE vehicle assignment

`DELETE /v1/vehicles/{uuid}/assignments/{assignmentUuid}`

Delete driver to vehicle assignment identified by uuid path parameter.

## Path parameters

- `uuid` string, uuid, required
- `assignmentUuid` string, uuid, required

## Response `200`

successful operation

- Void

## Other responses

- `204` — Successful operation - no content is expected.
- `400` — Bad request - information on the invalid fields will be provided in the response body
- `404` — Vehicle not found or this assignment was not found for this vehicle.

---

[API](https://skmtc.net/avrios/apis/fleet-api-specifications.md) · [All operations](https://skmtc.net/avrios/apis/fleet-api-specifications/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avrios/fleet-api-specifications/revisions/78fc4b609513/schema)
