cURL
curl --request DELETE \ --url https://api.example.com/v1/chat/completions/{completion_id}
{ "deleted": true, "id": "<string>", "object": "<string>" }
ID of the chat completion
Chat completion deleted successfully
Confirmation object returned when a chat completion is deleted.
Whether the chat completion was successfully deleted.
The ID of the deleted chat completion.
The object type, which is always chat.completion.deleted.
chat.completion.deleted