cURL
curl --request DELETE \ --url https://production.api.onvy.health/users/{user_id}/chat/completions/{completion_id} \ --header 'X-API-Key: <api-key>'
{ "error": "<string>" }
Delete a specific chat completion message
API key for authentication
User ID (e.g., google_104940819145861640201)
Chat completion ID
Chat completion successfully deleted
Was this page helpful?