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