Delete Assistants via API (or mass delete in front-end)

Hi all,

I can create Assistants via https://api.openai.com/v1/assistants but I dont know how to delete or update assistants. I also cant seem to mass delete them in the front-end. Did anybody work this out?

Best regards,
Martin

https://platform.openai.com/docs/api-reference/assistants/deleteAssistant

One could obtain a list of assistants of max size, delete one by one, wait a bit, call another list, continuing to delete.

Providing the API works with your code.

1 Like

This is great, thank you very much.