-
Notifications
You must be signed in to change notification settings - Fork 22
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'