Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Extension ID or extension name
Response
Extension deleted successfully
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.extensions.delete('id_or_name');This response does not have an example.Delete an extension by its ID or by its name.
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.extensions.delete('id_or_name');This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Extension ID or extension name
Extension deleted successfully