---
title: "Delete Web Inbox message"
method: DELETE
path: "/api/v1/messages/{id}"
tags: ["Message"]
---

# Delete Web Inbox message

`DELETE /api/v1/messages/{id}`

Implicitly raises associated metric i.e. deleted.

## Path parameters

- `id` string, uuid, required

## Query parameters

- `TenantId` integer
- `BrandId` string, uuid

## Response `200`

If the request is successful.

## Other responses

- `400` — This response will be returned if the request cannot be fulfilled.
- `401` — This response will be returned if the request is not authorized to access this resource.
- `404` — This response will be returned if the message is not found.
- `500` — This response will be returned if there is an error in the system that prevents the operation from being completed.

---

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