DELETE /notemaps/:notemap_id/followers/:id
Description | Unfollow a notemap and return nothing if successful |
Method & URL | DELETE https://api.findery.com/v2/notemaps/:notemap_id/followers/:id |
Scope | 'read' for public-only content or 'readall' for all content |
Example Request |
curl -X DELETE -H "Authorization: Bearer ACCESS_TOKEN" https://api.findery.com/v2/notemaps/743030454305/followers/257699140080 |
Example Response |
{ "meta": { "http_status": 200 } } |