pub async fn delete_application_role_with_id(
configuration: &Configuration,
application_id: &str,
role_id: &str,
x_fusion_auth_tenant_id: Option<&str>
) -> Result<(), Error<DeleteApplicationRoleWithIdError>>
Expand description
Hard deletes an application role. This is a dangerous operation and should not be used in most circumstances. This permanently removes the given role from all users that had it.