Skip to main content

Delete a highlight

Delete highlight by its id

Path Parameters
highlightId string REQUIRED
Responses
200

The deleted highlight

Schema OPTIONAL
bookmarkId string
startOffset number
endOffset number
color string OPTIONAL

Possible values: [yellow, red, green, blue]

text string
note string
id string
userId string
createdAt string
DELETE /highlights/:highlightId
highlightId — path
/api/v1
curl -L -X DELETE 'undefined/api/v1/highlights/:highlightId' \
-H 'Accept: application/json'