> ## Documentation Index
> Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Hangup

Ends the call

## Examples

```xml theme={null}
<?xml version="1.0" encoding="UTF-8"?>
<Response>
    <Hangup/>
</Response>
```

## Expected callbacks

When the call ends, a callback is sent to the webhook URL defined on the connection level with `CallStatus` set to `completed`.

See [Call Completed Callback](/api-reference/callbacks/texml-call-completed) for the full payload reference.
