---
title: "Create alert mutes for customer"
method: POST
path: "/v2/alerts/mutes"
tags: ["Alerts & Risks"]
deprecated: true
---

# Create alert mutes for customer

`POST /v2/alerts/mutes`

> **Deprecated.**

Allows muting future alerts about the same risk, currently only support for customer scoped muting is provided


You need the "Create and delete mutes" permission to use this endpoint.

## Request body

- AmCreateAlertMuteRequest
  - `customer_identifier` string, uuid, nullable
  - `profile_identifier` string, required
  - `risk_identifier` string, uuid, nullable

## Response `200`

Alert mute created successfully

- AmAlertMuteDTO
  - `created_at` string, date-time, required
  - `customer_identifier` string, uuid, required
  - `id` string, uuid, required
  - `profile_identifier` string, required
  - `risk_identifier` string, uuid, nullable

## Other responses

- `400` — Customer identifier is not present
- `409` — Profile is already muted for this customer

---

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