provider Assistants DELETE /assistants/{assistant_id}
@utdk/openai /assistants/{assistant_id}
Delete an assistant.
assistant_id path required
The ID of the assistant to delete.
string

Try it

Authentication
Configure credentials for OpenAI API
deleteassistant
DELETE/assistants/{assistant_id}

Parameters

required

The ID of the assistant to delete.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import openai from '@utdk/openai';

await openai.deleteassistant()