pub async fn delete_o_auth_scope_with_id(
configuration: &Configuration,
application_id: &str,
scope_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<(), Error<DeleteOAuthScopeWithIdError>>
Expand description
Hard deletes a custom OAuth scope. OAuth workflows that are still requesting the deleted OAuth scope may fail depending on the application’s unknown scope policy.