curl --location --request DELETE 'https://api.openai.com/v1/assistants/' \ --header 'Authorization;' \ --header 'Accept;'
{ "id": "string", "object": "string", "deleted": true }