v1

latestOpenAPI 3.1.12026-07-1711423400.3 KB
me

Delete a notification.

This endpoint will delete the authenticated user's notification.

post/me/notifications/{notificationUUID}/delete

Path parameters

notificationUUIDstring required

UUID of the notification to be deleted.

Response

Successful Kurozora JSON response

object required

Example response

{
  "meta": {
    "version": "1.0.8",
    "queryCount": 0,
    "isUserAuthenticated": false,
    "authenticatedUserID": null
  }
}