DELETE
/assistants/{assistant_id}
curl \
--request DELETE 'https://api.openai.com/v1/assistants/{assistant_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "string",
"deleted": true,
"object": "assistant.deleted"
}