Authorization: Bearer ********************
curl --location --request DELETE 'https://api.openai.com/v1/chat/completions/' \ --header 'Authorization: Bearer <token>'
{ "object": "chat.completion.deleted", "id": "chatcmpl-AyPNinnUqUDYo9SAdA52NobMflmj2", "deleted": true }