DELETE Delete Notification¶
Endpoint¶
DELETE /notify
Description¶
Deletes a notification that belongs to the authenticated client account.
The server checks ownership before deletion.
Request Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
| id | int | Yes | Notification ID |
Request Example¶
{
"id": 101
}
Response Example¶
{
"data": "OK"
}