English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/keys/:key_id/comments/:id/read" \ -u USERNAME_OR_ACCESS_TOKEN \ -X DELETE \ -d '{"branch":"my-feature-branch"}' \ -H 'Content-Type: application/json'
Mark a comment as unread.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
Translation Key ID
ID
specify the branch to use
The resource was deleted successfully.
Was this page helpful?