---
title: "Delete device VLAN"
method: DELETE
path: "/v1/device/{device_id}/vlan/{vlan_id}"
tags: ["Devices"]
---

# Delete device VLAN

`DELETE /v1/device/{device_id}/vlan/{vlan_id}`

Delete a virtual interface (VLAN) for a device.

## Path parameters

- `device_id` string, required — ID of a device
- `vlan_id` string, required — The ID of the VLAN

## Response `204`

No Content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `409` — Conflict
- `500` — Internal server error

---

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