mind.kill
const { success } = await mind.kill();
console.log('Mind deleted');Parameter
Type
Description
Property
Type
Description
Last updated
If a mind is no longer needed, you can delete it using the kill method.
const { success } = await mind.kill();
console.log('Mind deleted');Arguments
id
string
The id of the mind to fetch
Response
success
boolean
Indicates if the mind was successfully deleted
Last updated