---
title: "Deactivate software stack"
method: DELETE
path: "/api/dcv/virtual_desktops/software_stacks"
tags: ["Virtual Desktops"]
---

# Deactivate software stack

`DELETE /api/dcv/virtual_desktops/software_stacks`

Deactivates an existing software stack for virtual desktops by marking it as inactive (admin access required)

## Headers

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

## Response `200`

Software stack deactivated successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed
- `403` — Insufficient permissions or feature not enabled
- `404` — Software stack not found or already deactivated
- `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)
