Record Tags
Delete Record Tag
Remove a tag from a Record by its text.
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 remove the tag from.
Example:
"777"
The tag text to remove.
Example:
"urgent"
Response
The tag was removed (or was not present).
The number of tag rows removed (0 if the tag was not present).
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