Mark a thread as done
DELETE
/notifications/threads/{thread_id}
Marks a thread as “done.” Marking a thread as “done” is equivalent to marking a notification in your notification inbox on GitHub as done: https://github.com/notifications.
Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”thread_id
required
integer
The unique identifier of the notification thread. This corresponds to the value returned in the id field when you retrieve notifications (for example with the GET /notifications operation).
Responses
Section titled “Responses”No content