Skip to content

Users logout user

Onur Akpolat edited this page Oct 27, 2016 · 2 revisions

Logging out users will destroy the session token.

Endpoint

DELETE https://api.tapglue.com/0.4/me/logout

Example

curl https://api.tapglue.com/0.4/me/logout \
		-X DELETE \
    -u [[app:key]]:SESSION_TOKEN \
    -H "User-Agent: Tapglue Test UA" \
    -H 'Accept: application/json'
Clone this wiki locally