---
title: "Unmute user"
method: DELETE
path: "/api/user/mutes"
tags: ["User"]
---

# Unmute user

`DELETE /api/user/mutes`

Remove a mute. Query mutedUserId accepts a User.id or handle.

## Query parameters

- `mutedUserId` string, required

## Response `200`

{ success, data: { success: true } }

## Other responses

- `400` — { success: false, error, code: VALIDATION_ERROR } — missing/empty mutedUserId or handle
- `401` — { success: false, error, code: UNAUTHORIZED }
- `404` — { success: false, error, code: NOT_FOUND } — mutedUserId/handle did not resolve
- `500` — { success: false, error, code: INTERNAL_ERROR }

---

[API](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api.md) · [All operations](https://skmtc.net/d-sports-ecosystem/apis/d-sports-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/d-sports-ecosystem/d-sports-api/revisions/cbc84b00330e/schema)
