Skip to content

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'
Clone this wiki locally