*** id: d3825924-8e64-45fe-b8de-c3c83f00910a title: Relay.Calling.HangupResult slug: /python/reference/calling/results/hangup description: The result object that is returned when hanging up a call. max-toc-depth: 3 ---------------- [hangup]: /docs/server-sdk/v2/python/reference/calling/call#hangup [relay-event]: /docs/server-sdk/v2/python/reference/event ## Relay.Calling.HangupResult This object is returned by the [`hangup`][hangup] method. ### Properties | Property | Type | Description | | ------------ | ---------------------------- | ----------------------------------------------- | | `successful` | boolean | Whether the call has been hung up successfully. | | `event` | [`Relay.Event`][relay-event] | Last event that completed the operation. | | `reason` | string | The hangup reason. |