---
title: "Delete virtual desktop profile"
method: DELETE
path: "/api/dcv/virtual_desktops/profiles"
tags: ["Virtual Desktops"]
---

# Delete virtual desktop profile

`DELETE /api/dcv/virtual_desktops/profiles`

Deactivates a virtual desktop profile by setting is_active to false (admin access required)

## Headers

- `X-EDH-USER` string, required
- `X-EDH-TOKEN` string, required

## Response `200`

Virtual desktop profile deleted successfully

- object
  - `success` boolean
  - `message` string

## Other responses

- `400` — Missing or invalid profile ID
- `403` — Insufficient permissions or feature not enabled
- `404` — Profile not found
- `500` — Database error

---

[API](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api.md) · [All operations](https://skmtc.net/aws-samples/apis/engineering-development-hub-edh-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws-samples/engineering-development-hub-edh-api/versions/6db97cead8df/schema)
