-
Notifications
You must be signed in to change notification settings - Fork 22
Delete like
Onur Akpolat edited this page Nov 4, 2016
·
1 revision
A user unlikes an object.
Endpoint
DELETE https://api.tapglue.com/0.4/posts/:PostID/likes
Example
curl https://api.tapglue.com/0.4/posts/:PostID/likes \
-X DELETE \
-u APP_TOKEN:SESSION_TOKEN \
-H "User-Agent: Tapglue Test UA" \
-H 'Accept: application/json'