Memos
User Service

Delete User Notification

DeleteUserNotification deletes a notification.

DELETE
/api/v1/users/{user}/notifications/{notification}

Path Parameters

user*string

The user id.

notification*string

The notification id.

Response Body

application/json

curl -X DELETE "https://example.com/api/v1/users/string/notifications/string"
Empty
{
  "code": 0,
  "message": "string",
  "details": [
    {
      "@type": "string"
    }
  ]
}

On this page

No Headings