Javascript
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Profile ID or profile name
Profile deleted successfully