---
title: "Delete a Notification"
method: POST
path: "/notification.delete"
tags: ["Notifications"]
---

# Delete a Notification

`POST /notification.delete`

Deletes a specified notification.<p>
See the [App Notifications](https://pricefx.atlassian.net/wiki/display/UNITY/App+Notifications) article for more details.

## Request body

- object
  - `data` object
    - `id` string[]

## Response `200`

OK

- object
  - `response` object
    - `node` string
    - `data` object, nullable
    - `totalRows` integer — A total number of deleted notifications.
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
