---
title: "Mute application tokens"
method: POST
path: "/api/v1/apps/{app_uuid}/token/mute"
tags: ["Apps"]
---

# Mute application tokens

`POST /api/v1/apps/{app_uuid}/token/mute`

The method mutes notifications to Telegram users having tokens. <a href="https://docs.esputnik.com/docs/muting-or-unmuting-telegram-notifications-for-users#muting-notifications">Read more.</a>

## Path parameters

- `app_uuid` string, required

## Request body

- MuteToken
  - `token` string, required — Application token.
  - `duration` integer — Mute duration in seconds. If not set, notifications are muted permanently.<br><ul><li>Minimum value: 5</li><li>Maximum value: 31,536,000 (approximately 1 year)</li></ul>

## Response `200`

OK

## Other responses

- `400` — Bad Request:<br><ul><li>Wrong app uuid</li><li>Token must be specified</li><li>Duration must be positive integer</li></ul>
- `404` — Not Found:<br><ul><li>Not registered application</li></ul>

---

[API](https://skmtc.net/esputnik/apis/esputnik-com.md) · [All operations](https://skmtc.net/esputnik/apis/esputnik-com/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esputnik/esputnik-com/revisions/1c4afd7ba72a/schema)
