---
title: "Simulate Device Removal"
method: POST
path: "/devices/simulate/remove"
tags: ["/devices"]
---

# Simulate Device Removal

`POST /devices/simulate/remove`

Simulates removing a device from Seam. Only applicable for [sandbox devices](/core-concepts/workspaces#sandbox-workspaces). See also [Testing Your App Against Device Disconnection and Removal](/core-concepts/devices/testing-your-app-against-device-disconnection-and-removal).

## Request body

- object
  - `device_id` string, uuid, required — ID of the device that you want to simulate removing from Seam.

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/seam/apis/seam-connect.md) · [All operations](https://skmtc.net/seam/apis/seam-connect/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seam/seam-connect/versions/00c35395ce12/schema)
