Dec 2025 - New! Caching input tokens unlocks immediate, automatic ~30% credit savings on supported models
cURL
curl --request DELETE \ --url http://localhost:3000/api/admin/history/{historyId} \ --header 'x-access-token: <api-key>'
{ "success": true, "message": "History deleted" }
Removes a history entry from the system using its unique identifier
JWT token passed in x-access-token header
The unique identifier of the history record to delete
History record successfully deleted
Indicates if the operation was successful
true
Confirmation message
"History deleted"
Was this page helpful?