ready, provisioning, or queued status.
Path parameters
Response
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Destroy a twin session immediately
POST /validate/twins/provision/{run_id}/teardown
ready, provisioning, or queued status.
Path parameters
| Field | Type | Description |
|---|---|---|
run_id | string | Provisioning run id returned from POST /validate/twins/provision. |
{"status": "cleaning_up", "run_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"}
| Status | Description |
|---|---|
400 | run_id is not a valid UUID, or the run is not in a state that can be torn down. |
404 | No run with that id exists for the authenticated user. |
