Function repos_slash_delete_autolink

Source
pub async fn repos_slash_delete_autolink(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    autolink_id: i32,
) -> Result<(), Error<ReposSlashDeleteAutolinkError>>
Expand description

This deletes a single autolink reference by ID that was configured for the given repository. Information about autolinks are only available to repository administrators.