v1
latestOpenAPI 3.0.02026-07-14202153.0 KBScore
Delete score by field
Allows you to remove a key from a specific field.
delete/api/dataentities/{acronym}/documents/{id}/score/{field-name}
Path parameters
acronymstring required
Two letter word that identifies the data structure
idstring required
Id of the document
field-namestring required
Name of the field to remove score from
Headers
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand
Request body
Example request
{
"key": "first key"
}