Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Proxy deleted
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.proxies.delete('id');
This response does not have an example.
Soft delete a proxy. Sessions referencing it are not modified.
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.proxies.delete('id');
This response does not have an example.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Proxy deleted