v1

latestOpenAPI 3.1.02026-07-22154213404.8 KB
Devices

Terminate a device

Terminates the device and releases its resources. Termination can be scheduled for a future time or chained from a previous device via the request body, in which case a service key is required.

delete/devices/{deviceId}

Path parameters

deviceIdstring required

Headers

Authorizationstring

Request body

$schemastring uri

A URL to the JSON Schema for this object.

previousDeviceIdstring
terminateAtstring date-time

Example request

{
  "$schema": "https://example.com/schemas/TerminateInputBody.json"
}

Response

No Content