pub async fn reactions_slash_delete_for_release(
configuration: &Configuration,
owner: &str,
repo: &str,
release_id: i32,
reaction_id: i32,
) -> Result<(), Error<ReactionsSlashDeleteForReleaseError>>Expand description
Note: You can also specify a repository by repository_id using the route DELETE delete /repositories/:repository_id/releases/:release_id/reactions/:reaction_id. Delete a reaction to a release.