Delete a specific history record
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/history/{historyId} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "History deleted"
}Admin Histories
Delete a specific history record
Removes a history entry from the system using its unique identifier
DELETE
/
api
/
admin
/
history
/
{historyId}
Delete a specific history record
curl --request DELETE \
--url https://pria.praxislxp.com/api/admin/history/{historyId} \
--header 'x-access-token: <api-key>'{
"success": true,
"message": "History deleted"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
JWT token passed in x-access-token header
Path Parameters
The unique identifier of the history record to delete
Pattern:
^[a-f\d]{24}$Was this page helpful?
⌘I