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