---
title: "Delete in-app message"
method: DELETE
path: "/in-app-messages/{messageId}"
tags: ["In-App Messages"]
---

# Delete in-app message

`DELETE /in-app-messages/{messageId}`

Endpoint to delete an in-app message.

## Path parameters

- `messageId` string, required

## Response `200`

Message deleted successfully

- object
  - `message` string

## Other responses

- `400` — Bad request, some fields or parameters are incorrect
- `401` — No API Key was provided or the key is not authorised to perform the action
- `403` — The API Key provided is currently not enabled
- `404` — Not found
- `429` — Too many API requests were send
- `500` — An unexpected error occurred

---

[API](https://skmtc.dev/journy/apis/developer-documentation.md) · [All operations](https://skmtc.dev/journy/apis/developer-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/journy/developer-documentation/revisions/2abe45a5c780/schema)
