User Service
Delete User Notification
DeleteUserNotification deletes a 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"
}
]
}