Skip to content

Users delete user

Onur Akpolat edited this page Oct 27, 2016 · 1 revision

Deleting user accounts if a user wants to cancel their account.

Endpoint

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

Example

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