Meteor.methods<ServerMethods>({
    async deleteOutgoingIntegration(integrationId) {
        const userId = Meteor.userId();
        if (!userId) {
            throw new Meteor.Error('not_authorized', 'Unauthorized', {