> For the complete documentation index, see [llms.txt](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/client/delete-notification.md).

# Delete Notification

Use the `DELETE /client/notifications/{id}/` endpoint to delete a specific notification by providing its unique `id`.

***

#### Parameters

**Path Parameter:**

| Name | Type    | In   | Description                                          | Required |
| ---- | ------- | ---- | ---------------------------------------------------- | -------- |
| `id` | integer | path | A unique integer value identifying the notification. | Yes      |

***

#### Responses

**204 No Content**

**Description:** The notification was successfully deleted, and there is no content in the response body.

**Example Response:**\
No content in the response body.
