> ## 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.

# Leave

The `<Leave>` verb removes a call from the queue and continues with the next verb after the original `<Enqueue>`. The `<Leave>` verb doesn't support any attributes.

## Examples

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