class Github::Client::Activity::Notifications

def delete(*args)

Other tags:
    Api: - public

Other tags:
    See: https://developer.github.com/v3/activity/notifications/#delete-a-thread-subscription -
def delete(*args)
  arguments(args, required: [:thread_id])
  delete_request("/notifications/threads/#{arguments.thread_id}/subscription", arguments.params)
end