---
title: "Delete a message"
method: DELETE
path: "/issues/{id}/messages/{message_id}"
tags: ["messages"]
---

# Delete a message

`DELETE /issues/{id}/messages/{message_id}`

Permanently deletes a message from an issue and its connected external system.

**Rate limit:** 10 requests per minute

## Path parameters

- `id` string, required
- `message_id` string, required

## Response `200`

- DeleteMessageResponseBody
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

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