Skip to content

Unlink twitter account

Rafael Chacon edited this page Feb 22, 2012 · 1 revision

Unlink the twitter account for current authenticated user

###URL: DELETE http://public-api.piictu.com/v2/services/twitter

###HTTP method(s): DELETE

###Requires authentication (Authentication and Authorization): Yes

###Usage example:

Example using cURL:

curl -i http://public-api.piictu.com/v2/services/twitter \
 -X DELETE \
 -H "Authorization: OAuth 2540af0de12cb2367691516b8477b0b7bd66dbd8ab6840b147340c6898c4eebd"

###Response:

On success

  • HTTP response code is 200 (OK)

Clone this wiki locally