Delete device
Terminate a device (202): accrue final duration, destroy the sprite, mark terminated. A second
delete of an already-terminated device is 410 device_terminated (documented: delete reports the
terminal state rather than silently no-oping).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Device id (dev_<uuid>)
Response
The terminated device
A device as returned on the /v1 surface. id/current_task_id carry the dev_/task_ prefixes
(the bare uuids never leave the DB); space_id is a raw uuid (Spaces are not an Operator concept).
dev_<uuid>.
Discriminator for polymorphic SDK decoders. Always "device".
task_<uuid> of the task currently holding the device, or null when idle.