DELETE /notes/:note_id/comments/:id
Description | Delete a comment |
Method & URL | DELETE https://api.findery.com/v2/notes/:note_id/comments/:id |
Scope | 'write' for all content |
Example Request |
curl -X DELETE -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/notes/234235346/comments/2342347 |
Example Response |
{ "meta": { "http_status": 200 } } |