Delete the relay. On a standalone `ws` session this **ends the session**
(equivalent to hangup) and emits a `session.ended` webhook. On a phone
call only the relay stops and the call continues.
**Triggered webhook:** `session.ended` for a standalone `ws` session.
A deliberate deletion does not emit `websocket_relay.disconnected`; deleting a relay on
a phone call emits no deletion webhook.
Response
Command accepted for async execution
operation_uuidstringformat: "uuid"
already_endedtrueOptional
Optional. Set to true on idempotent terminal commands when the session was already in a terminal state at the time the request was received. Absent otherwise.