-
Notifications
You must be signed in to change notification settings - Fork 22
Delete connection
Onur Akpolat edited this page Nov 7, 2016
·
2 revisions
Delete a connection between users, in case a user unfollows another for example.
Endpoint
DELETE https://api.tapglue.com/0.4/me/connections/:Type/:UserToID
Example
curl https://api.tapglue.com/0.4/me/connections/follow/19136842595045509 \
-X DELETE \
-u APP_TOKEN:SESSION_TOKEN \
-H "User-Agent: Tapglue Test UA" \
-H 'Accept: application/json'