---
title: "Deletes a message with an id."
method: DELETE
path: "/message/{id}"
tags: ["message"]
---

# Deletes a message with an id.

`DELETE /message/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Ok

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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