DELETE/notifications/{id}
Delete notification
Permanently remove a notification. Returns deleted resource. Triggers `notifications.deleted` webhook.
Parameters 1
| Name | Type | Description |
|---|---|---|
idrequired | path · integer | Resource identifier |
ReturnsNotification
Bearer token required
Response examples
200Deleted notification
{
"id": 1,
"userId": 1,
"type": "error",
"title": "Error notification",
"message": "New follower on your profile.",
"read": true,
"link": null,
"createdAt": "2026-03-23T15:22:15.402Z"
}404404 — resource not found
{
"error": {
"status": 404,
"message": "users #999 not found"
}
}