Virtual Desktops
Deactivate software stack
Deactivates an existing software stack for virtual desktops by marking it as inactive (admin access required)
delete/api/dcv/virtual_desktops/software_stacks
Headers
X-EDH-USERstring required
Example:admin.user
EDH username for authentication (must be admin)
X-EDH-TOKENstring required
Example:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
EDH authentication token
Response
Software stack deactivated successfully
Example response
{
"success": true,
"message": "Software Stack removed from EDH"
}