Sign Out with a Social Network

Signing out with a social network.

To sign out from the social network, send a DELETE request:

    https://api.appery.io/rest/1/db/oauth/logout

#Example Include the social network ID (Twitter, Facebook, Google) as a Provider parameter:

 curl -X DELETE \
       -H "X-Appery-Database-Id: <database_id>" \
       https://api.appery.io/rest/1/db/oauth/logout?provider=<provider_id>