Authorization: Bearer ********************
curl --location --request DELETE 'https://api.openai.com/v1/assistants/' \ --header 'Authorization: Bearer <token>'
{ "id": "asst_abc123", "object": "assistant.deleted", "deleted": true }