v1
latestOpenAPI 3.1.02026-07-22154213404.8 KBDevices
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
Example request
{
"$schema": "https://example.com/schemas/TerminateInputBody.json"
}Response
No Content