pub async fn delete_api_key( pool: &PgPool, id: Uuid, tenant_id: Uuid, ) -> ProxyResult<bool>
Delete an API key scoped to a tenant.