*** id: 35af9fc9-212b-43f4-82dc-b15d6c053178 title: Relay.Calling.HangupResult slug: /node/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/node/reference/calling/call#hangup [relay-event]: /docs/server-sdk/v2/node/reference/event This object returned from [`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 |