DELETE /notes/:note_id/favoriters/:id
Description | Unfavorite a note |
Method & URL | DELETE https://api.findery.com/v2/notes/:note_id/favorites/:id |
Scope | write |
Parameters |
|
Example Request |
curl -X DELETE -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/notes/682900856912/favoriters/257699140080 |
Example Response |
{ "meta": { "http_status": 200 } } |