cURL
curl --request DELETE \ --url https://api.example.com/v1/chat/completions/{completion_id}
{ "deleted": true, "id": "<string>", "object": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.sudoapp.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.sudoapp.dev/llms.txt
Use this file to discover all available pages before exploring further.
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