Skip to main content
DELETE
Delete a specific history record

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

historyId
string
required

The unique identifier of the history record to delete

Pattern: ^[a-f\d]{24}$

Response

History record successfully deleted

success
boolean

Indicates if the operation was successful

Example:

true

message
string

Confirmation message

Example:

"History deleted"