pub async fn dependabot_slash_delete_org_secret(
configuration: &Configuration,
org: &str,
secret_name: &str,
) -> Result<(), Error<DependabotSlashDeleteOrgSecretError>>Expand description
Deletes a secret in an organization using the secret name. OAuth app tokens and personal access tokens (classic) need the admin:org scope to use this endpoint.