SSO config allows organizations to configure Single Sign-On authentication using OIDC protocol.
npm install @luzmo/nodejs-sdkimport Luzmo from '@luzmo/nodejs-sdk';
const client = new Luzmo({
api_key: '<your Luzmo API key>',
api_token: '<your Luzmo API token>',
host: 'https://api.luzmo.com'
});
await client.delete('ssoconfig', '< ssoconfig ID >');
{}