#Delete Chat
1 messages · Page 1 of 1 (latest)
Hi @austere ledge. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Based on the information provided in the extracts, there is no direct method to delete a chat created using the POST <https://api.openai.com/v1/chat/completions> endpoint. The Chat Completions API is not stateful, meaning it does not keep track of the messages you pass to the model. Each request to the API is independent and does not have knowledge of previous requests.
However, it's important to note that after an image has been processed by the model, it is deleted from OpenAI servers and not retained. OpenAI does not use data uploaded via the OpenAI API to train their models (source (https://platform.openai.com/docs/guides/vision)).