---
title: "Stop Ring"
method: PUT
path: "/channels/{target}/end_ring/{target_user}"
tags: ["Voice"]
---

# Stop Ring

`PUT /channels/{target}/end_ring/{target_user}`

Stops ringing a specific user in a dm call. You must be in the call to use this endpoint, returns NotConnected otherwise. Only valid in DM/Group channels, will return NoEffect in servers. Returns NotFound if the user is not in the dm/group channel

## Path parameters

- `target` string, required
- `target_user` string, required

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/revolt/apis/revolt-api.md) · [All operations](https://skmtc.net/revolt/apis/revolt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revolt/revolt-api/versions/a235e4654b18/schema)
