DELETE
/
api
/
admin
/
history
/
{historyId}
Delete a specific history record
curl --request DELETE \
  --url https://pria.praxislxp.com/api/admin/history/{historyId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "History deleted"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

historyId
string
required

The unique identifier of the history record to delete

Response

History record successfully deleted

The response is of type object.