# Hangup

In Remote CallAPI Language (RCML) **\<Hangup>** verb ends a call.

## Nesting

&#x20;The **Hangup** verb can not have any other verbs or nouns nested.

## Example

{% hint style="info" %}
Example of how to use the \<Hangup> verb:
{% endhint %}

```markup
<Response>
    <Hangup/>
</Response>
```
