import Runloop from '@runloop/api-client';
const client = new Runloop({
bearerToken: process.env['RUNLOOP_API_KEY'], // This is the default and can be omitted
});
const repository = await client.repositories.delete('id');
console.log(repository);{}Permanently Delete a Repository Connection including any automatically generated inspection insights.
import Runloop from '@runloop/api-client';
const client = new Runloop({
bearerToken: process.env['RUNLOOP_API_KEY'], // This is the default and can be omitted
});
const repository = await client.repositories.delete('id');
console.log(repository);{}Was this page helpful?