Authorization: Bearer ********************
curl --location --request DELETE '/chat/completions/' \ --header 'Authorization: Bearer <token>'
{ "object": "chat.completion.deleted", "id": "string", "deleted": true }