curl --location --request DELETE 'https://api.openai.com/v1/assistants/asst_abc123' \
--header 'Authorization: Bearer $OPENAI_API_KEY' \
--header 'OpenAI-Beta;' \
--header 'Content-Type: application/json'
{
"id": "string",
"object": "string",
"deleted": true
}