pub async fn activity_slash_delete_repo_subscription(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<(), Error<ActivitySlashDeleteRepoSubscriptionError>>
Expand description
This endpoint should only be used to stop watching a repository. To control whether or not you wish to receive notifications from a repository, set the repository’s subscription manually.