Delete a notification for the authenticated user.
| Name | Type | Required | Description | Example |
|---|---|---|---|---|
| notification-id | int | Yes | ID of the notification to delete. | 123 |
Returns a confirmation message.
{
"message": "Notification delete successfully"
}
| Status | Description | Reference |
|---|---|---|
| 401 | Unauthorized | Authentication error |
| 404 | Not found | Not-found error |