Records
Delete Record
Delete a specific Record by ID.
DELETE
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the Record to delete.
Example:
"777"
Response
Record deleted successfully
Whether the deletion was successful.
Previous
Upsert ScoreCreate or update a Score for a given Record and MetricConfig. If a Score with the specified Record ID and MetricConfig ID already exists, it will be updated. Otherwise, a new Score will be created. The score provided should conform to the schema defined by the MetricConfig; otherwise, validation errors will be reported.
Next
JavaScript