---
title: "Annulla singoli messaggi"
method: POST
path: "/api/messages/cancel/all"
---

# Annulla singoli messaggi

`POST /api/messages/cancel/all`

Questa chiamata consente di bloccare l’invio di specifici messaggi i cui ID pubblici devono venire trasmessi all’interno della richiesta.

## Query parameters

- `api_key` string

## Request body

- object
  - `id` string[], required — Lista di id dei messaggi da eliminare.

## Response `200`

OK

- object
  - `message` string — Messaggio del risultato.
  - `id` string[] — ID dei messaggi annullati.

## Changes

> 18 revisions in range; 1 could not be searched.

- **2025-04-16** `87acea7a1c4f` — 1 info
  - endpoint added
- **2025-04-15** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/simplenetworks/apis/trilly-api/changes/api/messages/cancel/all/post.md)

---

[API](https://skmtc.dev/simplenetworks/apis/trilly-api.md) · [All operations](https://skmtc.dev/simplenetworks/apis/trilly-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/simplenetworks/trilly-api/revisions/b03e55f0d8aa/schema)
