Cancel a pending recording command
pending status can be cancelled.
devices:write scope.
dev_abc123).cmd_xyz789).status set to cancelled.
| Field | Type | Description |
|---|---|---|
id | string | Command identifier |
device_id | string | Target device (dev_*) |
type | string | start_recording or stop_recording |
status | string | cancelled |
params | object | Command parameters |
result | object | null | Always null for cancelled commands |
error | object | null | Always null for cancelled commands |
expires_at | string | null | Original expiration timestamp |
delivered_at | string | null | Always null for cancelled commands |
executed_at | string | null | Always null for cancelled commands |
created_at | string | Creation timestamp (ISO 8601) |
pending status can be cancelleddelivered, executed, failed, or expired cannot be cancelled